Html Css Color HEX #CFE16E Mindaro

📋 copy color: '#CFE16E'

red 207 ◦ green 225 ◦ blue 110

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

Shades of Mindaro #CFE16E

Tints of Mindaro #CFE16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.51%

 BLUE value IS 110 (43.36% from 255) = 20.3%

R = 38.19%
G = 41.51%
B = 20.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#CFE16E (or 0xCFE16E) is known color: Mindaro. HEX triplet: CF, E1 and 6E. RGB value is (207,225,110). Sum of RGB (Red+Green+Blue) = 207+225+110=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 225 (88.28% from 255 or 41.51% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE16E is #301E91. Grayscale: #CECECE. Windows color (decimal): -3153554 or 7266767. OLE color: 7266767.

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

Color convert

RGB 207 225 110 -
CMYK 0.08 0 0.51 0.12
HSL 69.39º 0.66% 0.66% -
HSV(B) 69.39º 0.51% 0.88% -
XYZ 55.47 68.24 25 -
YUV 206.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 207 225 110 0.08 0 0.51 0.12 69.39 0.66 0.66
Hex CF E1 6E 8 0 33 C 45 42 42
Octal 317 341 156 10 0 63 14 105 102 102
Binary 11001111 11100001 1101110 1000 0 110011 1100 1000101 1000010 1000010

Color Harmonies of #CFE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE16E

Black with #CFE16E

Text Example


Text Example

White with #CFE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE16E; }

 p { color: rgb(207,225,110); }

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

background-color css

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

 a { background-color: rgb(207,225,110); }

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

border-color css

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

 span { border-color: rgb(207,225,110); }

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