Html Css Color HEX #CFEF74 Mindaro

📋 copy color: '#CFEF74'

red 207 ◦ green 239 ◦ blue 116

#CFEF74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #CFEF74

Tints of Mindaro #CFEF74

RGB

 RED value IS 207 (81.25% from 255) = 36.83%

 GREEN value IS 239 (93.75% from 255) = 42.53%

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 36.83%
G = 42.53%
B = 20.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFEF74 (or 0xCFEF74) is known color: Mindaro. HEX triplet: CF, EF and 74. RGB value is (207,239,116). Sum of RGB (Red+Green+Blue) = 207+239+116=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEF74 is #30108B. Grayscale: #D7D7D7. Windows color (decimal): -3149964 or 7663567. OLE color: 7663567.

HSL color Cylindrical-coordinate representation of color #CFEF74: hue angle of 75.61º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFEF74 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 116 -
CMYK 0.13 0 0.51 0.06
HSL 75.61º 0.79% 0.7% -
HSV(B) 75.61º 0.51% 0.94% -
XYZ 59.75 76.26 28.09 -
YUV 215.41 71.9 122 -
System Red Green Blue C M Y K H S L
Decimal 207 239 116 0.13 0 0.51 0.06 75.61 0.79 0.7
Hex CF EF 74 D 0 33 6 4C 4F 46
Octal 317 357 164 15 0 63 6 114 117 106
Binary 11001111 11101111 1110100 1101 0 110011 110 1001100 1001111 1000110

Color Harmonies of #CFEF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF74

Black with #CFEF74

Text Example


Text Example

White with #CFEF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF74; }

 p { color: rgb(207,239,116); }

 H1.HeaderClassName
 {
   color: #CFEF74;
 }
 .AnyTagClassName
 {
   color: #CFEF74;
 }
</style>

background-color css

<style>
 a { background-color: #CFEF74; }

 a { background-color: rgb(207,239,116); }

 div.DivClassName
 {
   background-color: #CFEF74;
 }
 .BgClassName
 {
   background-color: #CFEF74;
 }
</style>

border-color css

<style>
 span { border-color: #CFEF74; }

 span { border-color: rgb(207,239,116); }

 td.TdClassName
 {
   border-color: #CFEF74;
 }
 .TagClassName
 {
   border-color: #CFEF74;
 }
</style>