#CFE55F

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

Shades of Mindaro #CFE55F

Tints of Mindaro #CFE55F

Color information

#CFE55F (or 0xCFE55F) is unknown color: approx Mindaro. HEX triplet: CF, E5 and 5F. RGB value is (207,229,95). Sum of RGB (Red+Green+Blue) = 207+229+95=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE55F is #301AA0. Grayscale: #CFCFCF. Windows color (decimal): -3152545 or 6284751. OLE color: 6284751.

HSL color Cylindrical-coordinate representation of color #CFE55F: hue angle of 69.85º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFE55F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB20722995-
CMYK0.1000.590.10
HSL69.85º72.04%63.53%-
HSV(B)69.85º58.52%89.8%-
XYZ55.8270.1321.42-
YUV207.1564.71127.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 229 (89.84% from 255) = 43.13%
BLUE value IS 95 (37.5% from 255) = 17.89%
R=38.98%
G=43.13%
B=17.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207229950.1000.590.1069.8572.0463.53
HexCFE55FA03BA464840
Octal3173451371207312106110100
Binary11001111111001011011111101001110111010100011010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE55F; }

 p { color: rgb(207,229,95); }

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

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

 a { background-color: rgb(207,229,95); }

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

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

 span { border-color: rgb(207,229,95); }

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