#CAF35A

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

Shades of Mindaro #CAF35A

Tints of Mindaro #CAF35A

Color information

#CAF35A (or 0xCAF35A) is unknown color: approx Mindaro. HEX triplet: CA, F3 and 5A. RGB value is (202,243,90). Sum of RGB (Red+Green+Blue) = 202+243+90=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF35A is #350CA5. Grayscale: #D5D5D5. Windows color (decimal): -3476646 or 5960650. OLE color: 5960650.

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

Color convert

RGB20224390-
CMYK0.1700.630.05
HSL76.08º86.44%65.29%-
HSV(B)76.08º62.96%95.29%-
XYZ58.2577.421.54-
YUV213.358.42119.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 243 (95.31% from 255) = 45.42%
BLUE value IS 90 (35.55% from 255) = 16.82%
R=37.76%
G=45.42%
B=16.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202243900.1700.630.0576.0886.4465.29
HexCAF35A1103F54c5641
Octal312363132210775114126101
Binary11001010111100111011010100010111111101100110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF35A; }

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

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

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

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

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

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

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

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