#CFE569

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

Shades of Mindaro #CFE569

Tints of Mindaro #CFE569

Color information

#CFE569 (or 0xCFE569) is unknown color: approx Mindaro. HEX triplet: CF, E5 and 69. RGB value is (207,229,105). Sum of RGB (Red+Green+Blue) = 207+229+105=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE569 is #301A96. Grayscale: #D0D0D0. Windows color (decimal): -3152535 or 6940111. OLE color: 6940111.

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

Color convert

RGB207229105-
CMYK0.1000.540.10
HSL70.65º70.45%65.49%-
HSV(B)70.65º54.15%89.8%-
XYZ56.370.3223.97-
YUV208.2969.71127.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 229 (89.84% from 255) = 42.33%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=38.26%
G=42.33%
B=19.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291050.1000.540.1070.6570.4565.49
HexCFE569A036A474641
Octal3173451511206612107106101
Binary11001111111001011101001101001101101010100011110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE569; }

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

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

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

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

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

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

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

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