#CAF356

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

Shades of Mindaro #CAF356

Tints of Mindaro #CAF356

Color information

#CAF356 (or 0xCAF356) is unknown color: approx Mindaro. HEX triplet: CA, F3 and 56. RGB value is (202,243,86). Sum of RGB (Red+Green+Blue) = 202+243+86=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF356 is #350CA9. Grayscale: #D5D5D5. Windows color (decimal): -3476650 or 5698506. OLE color: 5698506.

HSL color Cylindrical-coordinate representation of color #CAF356: hue angle of 75.67º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF356 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB20224386-
CMYK0.1700.650.05
HSL75.67º86.74%64.51%-
HSV(B)75.67º64.61%95.29%-
XYZ58.0977.3320.67-
YUV212.8456.42120.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 86 (33.98% from 255) = 16.20%
R=38.04%
G=45.76%
B=16.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202243860.1700.650.0575.6786.7464.51
HexCAF3561104154c5741
Octal3123631262101015114127101
Binary110010101111001110101101000101000001101100110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF356; }

 p { color: rgb(202,243,86); }

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

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

 a { background-color: rgb(202,243,86); }

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

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

 span { border-color: rgb(202,243,86); }

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