#CAF056

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

Shades of Mindaro #CAF056

Tints of Mindaro #CAF056

Color information

#CAF056 (or 0xCAF056) is unknown color: approx Mindaro. HEX triplet: CA, F0 and 56. RGB value is (202,240,86). Sum of RGB (Red+Green+Blue) = 202+240+86=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF056 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF056 is #350FA9. Grayscale: #D3D3D3. Windows color (decimal): -3477418 or 5697738. OLE color: 5697738.

HSL color Cylindrical-coordinate representation of color #CAF056: hue angle of 74.81º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAF056 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB20224086-
CMYK0.1600.640.06
HSL74.81º83.7%63.92%-
HSV(B)74.81º64.17%94.12%-
XYZ57.275.5520.37-
YUV211.0857.41121.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 240 (94.14% from 255) = 45.45%
BLUE value IS 86 (33.98% from 255) = 16.29%
R=38.26%
G=45.45%
B=16.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240860.1600.640.0674.8183.763.92
HexCAF0561004064b5440
Octal3123601262001006113124100
Binary110010101111000010101101000001000000110100101110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF056; }

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

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

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

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

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

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

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

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