#CAFE5C

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

Shades of Mindaro #CAFE5C

Tints of Mindaro #CAFE5C

Color information

#CAFE5C (or 0xCAFE5C) is unknown color: approx Mindaro. HEX triplet: CA, FE and 5C. RGB value is (202,254,92). Sum of RGB (Red+Green+Blue) = 202+254+92=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE5C is #3501A3. Grayscale: #DCDCDC. Windows color (decimal): -3473828 or 6094538. OLE color: 6094538.

HSL color Cylindrical-coordinate representation of color #CAFE5C: hue angle of 79.26º 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 #CAFE5C is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB20225492-
CMYK0.2000.640.00
HSL79.26º98.78%67.84%-
HSV(B)79.26º63.78%99.61%-
XYZ61.7384.2123.13-
YUV219.9855.77115.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 254 (99.61% from 255) = 46.35%
BLUE value IS 92 (36.33% from 255) = 16.79%
R=36.86%
G=46.35%
B=16.79%

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
Decimal202254920.2000.640.0079.2698.7867.84
HexCAFE5C1404004f6344
Octal3123761342401000117143104
Binary1100101011111110101110010100010000000100111111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE5C; }

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

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

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

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

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

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

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

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