#cafe5b

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

Shades of Mindaro #CAFE5B

Tints of Mindaro #CAFE5B

Color information

#CAFE5B (or 0xCAFE5B) is unknown color: approx Mindaro. HEX triplet: CA, FE and 5B. RGB value is (202,254,91). Sum of RGB (Red+Green+Blue) = 202+254+91=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE5B is #3501A4. Grayscale: #DCDCDC. Windows color (decimal): -3473829 or 6029002. OLE color: 6029002.

HSL color Cylindrical-coordinate representation of color #CAFE5B: hue angle of 79.14º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAFE5B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB20225491-
CMYK0.2000.640.00
HSL79.14º98.79%67.65%-
HSV(B)79.14º64.17%99.61%-
XYZ61.6984.222.9-
YUV219.8755.27115.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 254 (99.61% from 255) = 46.44%
BLUE value IS 91 (35.94% from 255) = 16.64%
R=36.93%
G=46.44%
B=16.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202254910.2000.640.0079.1498.7967.65
HexCAFE5B1404004f6344
Octal3123761332401000117143104
Binary1100101011111110101101110100010000000100111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cafe5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cafe5b; }

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

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

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

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

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

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

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

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