Html Css Color HEX #CFED6E Mindaro

📋 copy color: '#CFED6E'

red 207 ◦ green 237 ◦ blue 110

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

Shades of Mindaro #CFED6E

Tints of Mindaro #CFED6E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.78%

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

R = 37.36%
G = 42.78%
B = 19.86%

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

#CFED6E (or 0xCFED6E) is known color: Mindaro. HEX triplet: CF, ED and 6E. RGB value is (207,237,110). Sum of RGB (Red+Green+Blue) = 207+237+110=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED6E is #301291. Grayscale: #D6D6D6. Windows color (decimal): -3150482 or 7269839. OLE color: 7269839.

HSL color Cylindrical-coordinate representation of color #CFED6E: hue angle of 74.17º degrees, saturation: 0.78, 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 #CFED6E is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 110 -
CMYK 0.13 0 0.54 0.07
HSL 74.17º 0.78% 0.68% -
HSV(B) 74.17º 0.54% 0.93% -
XYZ 58.83 74.96 26.12 -
YUV 213.55 69.56 123.33 -
System Red Green Blue C M Y K H S L
Decimal 207 237 110 0.13 0 0.54 0.07 74.17 0.78 0.68
Hex CF ED 6E D 0 36 7 4A 4E 44
Octal 317 355 156 15 0 66 7 112 116 104
Binary 11001111 11101101 1101110 1101 0 110110 111 1001010 1001110 1000100

Color Harmonies of #CFED6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED6E

Black with #CFED6E

Text Example


Text Example

White with #CFED6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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