#CFEE54

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

Shades of Mindaro #CFEE54

Tints of Mindaro #CFEE54

Color information

#CFEE54 (or 0xCFEE54) is unknown color: approx Mindaro. HEX triplet: CF, EE and 54. RGB value is (207,238,84). Sum of RGB (Red+Green+Blue) = 207+238+84=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFEE54 is #3011AB. Grayscale: #D3D3D3. Windows color (decimal): -3150252 or 5566159. OLE color: 5566159.

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

Color convert

RGB20723884-
CMYK0.1300.650.07
HSL72.08º81.91%63.14%-
HSV(B)72.08º64.71%93.33%-
XYZ57.9175.0519.82-
YUV211.1856.23125.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 238 (93.36% from 255) = 44.99%
BLUE value IS 84 (33.20% from 255) = 15.88%
R=39.13%
G=44.99%
B=15.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal207238840.1300.650.0772.0881.9163.14
HexCFEE54D041748523f
Octal317356124150101711012277
Binary1100111111101110101010011010100000111110010001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEE54; }

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

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

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

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

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

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

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

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