#CFE969

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

Shades of Mindaro #CFE969

Tints of Mindaro #CFE969

Color information

#CFE969 (or 0xCFE969) is unknown color: approx Mindaro. HEX triplet: CF, E9 and 69. RGB value is (207,233,105). Sum of RGB (Red+Green+Blue) = 207+233+105=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE969 is #301696. Grayscale: #D3D3D3. Windows color (decimal): -3151511 or 6941135. OLE color: 6941135.

HSL color Cylindrical-coordinate representation of color #CFE969: hue angle of 72.19º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE969 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB207233105-
CMYK0.1100.550.09
HSL72.19º74.42%66.27%-
HSV(B)72.19º54.94%91.37%-
XYZ57.4272.5624.34-
YUV210.6368.39125.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 233 (91.41% from 255) = 42.75%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=37.98%
G=42.75%
B=19.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072331050.1100.550.0972.1974.4266.27
HexCFE969B0379484a42
Octal3173511511306711110112102
Binary11001111111010011101001101101101111001100100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE969; }

 p { color: rgb(207,233,105); }

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

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

 a { background-color: rgb(207,233,105); }

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

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

 span { border-color: rgb(207,233,105); }

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