Html Css Color HEX #CFE076 Mindaro

📋 copy color: '#CFE076'

red 207 ◦ green 224 ◦ blue 118

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

Shades of Mindaro #CFE076

Tints of Mindaro #CFE076

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 37.7%
G = 40.8%
B = 21.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#CFE076 (or 0xCFE076) is known color: Mindaro. HEX triplet: CF, E0 and 76. RGB value is (207,224,118). Sum of RGB (Red+Green+Blue) = 207+224+118=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE076 is #301F89. Grayscale: #CFCFCF. Windows color (decimal): -3153802 or 7790799. OLE color: 7790799.

HSL color Cylindrical-coordinate representation of color #CFE076: hue angle of 69.62º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFE076 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 118 -
CMYK 0.08 0 0.47 0.12
HSL 69.62º 0.63% 0.67% -
HSV(B) 69.62º 0.47% 0.88% -
XYZ 55.66 67.88 27.31 -
YUV 206.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 207 224 118 0.08 0 0.47 0.12 69.62 0.63 0.67
Hex CF E0 76 8 0 2F C 46 3F 43
Octal 317 340 166 10 0 57 14 106 77 103
Binary 11001111 11100000 1110110 1000 0 101111 1100 1000110 111111 1000011

Color Harmonies of #CFE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE076

Black with #CFE076

Text Example


Text Example

White with #CFE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE076; }

 p { color: rgb(207,224,118); }

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

background-color css

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

 a { background-color: rgb(207,224,118); }

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

border-color css

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

 span { border-color: rgb(207,224,118); }

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