#CAFE8B

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

Shades of Sulu #CAFE8B

Tints of Sulu #CAFE8B

Color information

#CAFE8B (or 0xCAFE8B) is unknown color: approx Sulu. HEX triplet: CA, FE and 8B. RGB value is (202,254,139). Sum of RGB (Red+Green+Blue) = 202+254+139=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFE8B is #350174. Grayscale: #E1E1E1. Windows color (decimal): -3473781 or 9174730. OLE color: 9174730.

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

Color convert

RGB202254139-
CMYK0.2000.450.00
HSL87.13º98.29%77.06%-
HSV(B)87.13º45.28%99.61%-
XYZ64.4685.337.49-
YUV225.3479.27111.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 254 (99.61% from 255) = 42.69%
BLUE value IS 139 (54.69% from 255) = 23.36%
R=33.95%
G=42.69%
B=23.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541390.2000.450.0087.1398.2977.06
HexCAFE8B1402D057624d
Octal312376213240550127142115
Binary1100101011111110100010111010001011010101011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE8B; }

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

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

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

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

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

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

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

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