#CFE85D

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

Shades of Mindaro #CFE85D

Tints of Mindaro #CFE85D

Color information

#CFE85D (or 0xCFE85D) is unknown color: approx Mindaro. HEX triplet: CF, E8 and 5D. RGB value is (207,232,93). Sum of RGB (Red+Green+Blue) = 207+232+93=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE85D is #3017A2. Grayscale: #D1D1D1. Windows color (decimal): -3151779 or 6154447. OLE color: 6154447.

HSL color Cylindrical-coordinate representation of color #CFE85D: hue angle of 70.79º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFE85D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB20723293-
CMYK0.1100.600.09
HSL70.79º75.14%63.73%-
HSV(B)70.79º59.91%90.98%-
XYZ56.5671.7721.23-
YUV208.6862.72126.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 232 (91.02% from 255) = 43.61%
BLUE value IS 93 (36.72% from 255) = 17.48%
R=38.91%
G=43.61%
B=17.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal207232930.1100.600.0970.7975.1463.73
HexCFE85DB03C9474b40
Octal3173501351307411107113100
Binary11001111111010001011101101101111001001100011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE85D; }

 p { color: rgb(207,232,93); }

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

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

 a { background-color: rgb(207,232,93); }

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

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

 span { border-color: rgb(207,232,93); }

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