Html Css Color HEX #CFEC72 Mindaro

📋 copy color: '#CFEC72'

red 207 ◦ green 236 ◦ blue 114

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

Shades of Mindaro #CFEC72

Tints of Mindaro #CFEC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.37%

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

R = 37.16%
G = 42.37%
B = 20.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#CFEC72 (or 0xCFEC72) is known color: Mindaro. HEX triplet: CF, EC and 72. RGB value is (207,236,114). Sum of RGB (Red+Green+Blue) = 207+236+114=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEC72 is #30138D. Grayscale: #D5D5D5. Windows color (decimal): -3150734 or 7531727. OLE color: 7531727.

HSL color Cylindrical-coordinate representation of color #CFEC72: hue angle of 74.26º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFEC72 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 114 -
CMYK 0.12 0 0.52 0.07
HSL 74.26º 0.76% 0.69% -
HSV(B) 74.26º 0.52% 0.93% -
XYZ 58.76 74.47 27.2 -
YUV 213.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 207 236 114 0.12 0 0.52 0.07 74.26 0.76 0.69
Hex CF EC 72 C 0 34 7 4A 4C 45
Octal 317 354 162 14 0 64 7 112 114 105
Binary 11001111 11101100 1110010 1100 0 110100 111 1001010 1001100 1000101

Color Harmonies of #CFEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC72

Black with #CFEC72

Text Example


Text Example

White with #CFEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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