#CAF365

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

Shades of Mindaro #CAF365

Tints of Mindaro #CAF365

Color information

#CAF365 (or 0xCAF365) is unknown color: approx Mindaro. HEX triplet: CA, F3 and 65. RGB value is (202,243,101). Sum of RGB (Red+Green+Blue) = 202+243+101=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF365 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF365 is #350C9A. Grayscale: #D7D7D7. Windows color (decimal): -3476635 or 6681546. OLE color: 6681546.

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

Color convert

RGB202243101-
CMYK0.1700.580.05
HSL77.32º85.54%67.45%-
HSV(B)77.32º58.44%95.29%-
XYZ58.7677.624.19-
YUV214.5563.92119.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 243 (95.31% from 255) = 44.51%
BLUE value IS 101 (39.84% from 255) = 18.50%
R=37.00%
G=44.51%
B=18.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431010.1700.580.0577.3285.5467.45
HexCAF3651103A54d5643
Octal312363145210725115126103
Binary11001010111100111100101100010111010101100110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF365; }

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

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

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

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

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

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

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

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