#CAF05B

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

Shades of Mindaro #CAF05B

Tints of Mindaro #CAF05B

Color information

#CAF05B (or 0xCAF05B) is unknown color: approx Mindaro. HEX triplet: CA, F0 and 5B. RGB value is (202,240,91). Sum of RGB (Red+Green+Blue) = 202+240+91=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF05B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF05B is #350FA4. Grayscale: #D4D4D4. Windows color (decimal): -3477413 or 6025418. OLE color: 6025418.

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

Color convert

RGB20224091-
CMYK0.1600.620.06
HSL75.3º83.24%64.9%-
HSV(B)75.3º62.08%94.12%-
XYZ57.4175.6321.47-
YUV211.6559.91121.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 240 (94.14% from 255) = 45.03%
BLUE value IS 91 (35.94% from 255) = 17.07%
R=37.90%
G=45.03%
B=17.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240910.1600.620.0675.383.2464.9
HexCAF05B1003E64b5341
Octal312360133200766113123101
Binary11001010111100001011011100000111110110100101110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF05B; }

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

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

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

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

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

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

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

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