#cfed6c

Color #CFED6C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CFED6C

Tints of Mindaro #CFED6C

Color information

#CFED6C (or 0xCFED6C) is unknown color: approx Mindaro. HEX triplet: CF, ED and 6C. RGB value is (207,237,108). Sum of RGB (Red+Green+Blue) = 207+237+108=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED6C is #301293. Grayscale: #D5D5D5. Windows color (decimal): -3150484 or 7138767. OLE color: 7138767.

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

Color convert

RGB207237108-
CMYK0.1300.540.07
HSL73.95º78.18%67.65%-
HSV(B)73.95º54.43%92.94%-
XYZ58.7274.9225.55-
YUV213.3268.56123.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 108 (42.58% from 255) = 19.57%
R=37.5%
G=42.93%
B=19.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371080.1300.540.0773.9578.1867.65
HexCFED6CD03674a4e44
Octal317355154150667112116104
Binary1100111111101101110110011010110110111100101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfed6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfed6c; }

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

 H1.HeaderClassName
 {
   color: #cfed6c;
 }
 .AnyTagClassName
 {
   color: #cfed6c;
 }
</style>
background-color css

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

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

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

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

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

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