Html Css Color HEX #CFEA72 Mindaro

📋 copy color: '#CFEA72'

red 207 ◦ green 234 ◦ blue 114

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

Shades of Mindaro #CFEA72

Tints of Mindaro #CFEA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

 BLUE value IS 114 (44.92% from 255) = 20.54%

R = 37.3%
G = 42.16%
B = 20.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#CFEA72 (or 0xCFEA72) is known color: Mindaro. HEX triplet: CF, EA and 72. RGB value is (207,234,114). Sum of RGB (Red+Green+Blue) = 207+234+114=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 114 (44.92% from 255 or 20.54% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEA72 is #30158D. Grayscale: #D4D4D4. Windows color (decimal): -3151246 or 7531215. OLE color: 7531215.

HSL color Cylindrical-coordinate representation of color #CFEA72: hue angle of 73.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFEA72 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 114 -
CMYK 0.12 0 0.51 0.08
HSL 73.5º 0.74% 0.68% -
HSV(B) 73.5º 0.51% 0.92% -
XYZ 58.19 73.33 27.01 -
YUV 212.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 207 234 114 0.12 0 0.51 0.08 73.5 0.74 0.68
Hex CF EA 72 C 0 33 8 4A 4A 44
Octal 317 352 162 14 0 63 10 112 112 104
Binary 11001111 11101010 1110010 1100 0 110011 1000 1001010 1001010 1000100

Color Harmonies of #CFEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA72

Black with #CFEA72

Text Example


Text Example

White with #CFEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA72; }

 p { color: rgb(207,234,114); }

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

background-color css

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

 a { background-color: rgb(207,234,114); }

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

border-color css

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

 span { border-color: rgb(207,234,114); }

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