#CAFE7B

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

Shades of Sulu #CAFE7B

Tints of Sulu #CAFE7B

Color information

#CAFE7B (or 0xCAFE7B) is unknown color: approx Sulu. HEX triplet: CA, FE and 7B. RGB value is (202,254,123). Sum of RGB (Red+Green+Blue) = 202+254+123=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFE7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFE7B is #350184. Grayscale: #DFDFDF. Windows color (decimal): -3473797 or 8126154. OLE color: 8126154.

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

Color convert

RGB202254123-
CMYK0.2000.520.00
HSL83.82º98.5%73.92%-
HSV(B)83.82º51.57%99.61%-
XYZ63.3784.8731.78-
YUV223.5271.27112.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 254 (99.61% from 255) = 43.87%
BLUE value IS 123 (48.44% from 255) = 21.24%
R=34.89%
G=43.87%
B=21.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022541230.2000.520.0083.8298.573.92
HexCAFE7B14034054624a
Octal312376173240640124142112
Binary110010101111111011110111010001101000101010011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFE7B; }

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

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

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

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

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

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

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

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