Html Css Color HEX #CFEE6E Mindaro

📋 copy color: '#CFEE6E'

red 207 ◦ green 238 ◦ blue 110

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

Shades of Mindaro #CFEE6E

Tints of Mindaro #CFEE6E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.88%

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

R = 37.3%
G = 42.88%
B = 19.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#CFEE6E (or 0xCFEE6E) is known color: Mindaro. HEX triplet: CF, EE and 6E. RGB value is (207,238,110). Sum of RGB (Red+Green+Blue) = 207+238+110=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE6E is #301191. Grayscale: #D6D6D6. Windows color (decimal): -3150226 or 7270095. OLE color: 7270095.

HSL color Cylindrical-coordinate representation of color #CFEE6E: hue angle of 74.53º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFEE6E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 110 -
CMYK 0.13 0 0.54 0.07
HSL 74.53º 0.79% 0.68% -
HSV(B) 74.53º 0.54% 0.93% -
XYZ 59.12 75.54 26.22 -
YUV 214.14 69.23 122.91 -
System Red Green Blue C M Y K H S L
Decimal 207 238 110 0.13 0 0.54 0.07 74.53 0.79 0.68
Hex CF EE 6E D 0 36 7 4B 4F 44
Octal 317 356 156 15 0 66 7 113 117 104
Binary 11001111 11101110 1101110 1101 0 110110 111 1001011 1001111 1000100

Color Harmonies of #CFEE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE6E

Black with #CFEE6E

Text Example


Text Example

White with #CFEE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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