#CAFF83

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

Shades of Sulu #CAFF83

Tints of Sulu #CAFF83

Color information

#CAFF83 (or 0xCAFF83) is unknown color: approx Sulu. HEX triplet: CA, FF and 83. RGB value is (202,255,131). Sum of RGB (Red+Green+Blue) = 202+255+131=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 131 (51.56% from 255 or 22.28% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFF83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFF83 is #35007C. Grayscale: #E1E1E1. Windows color (decimal): -3473533 or 8650698. OLE color: 8650698.

HSL color Cylindrical-coordinate representation of color #CAFF83: hue angle of 85.65º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAFF83 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB202255131-
CMYK0.2100.490
HSL85.65º100%75.69%-
HSV(B)85.65º48.63%100%-
XYZ64.2185.7234.63-
YUV225.0274.94111.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 255 (100% from 255) = 43.37%
BLUE value IS 131 (51.56% from 255) = 22.28%
R=34.35%
G=43.37%
B=22.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022551310.2100.49085.6510075.69
HexCAFF8315031056644c
Octal312377203250610126144114
Binary1100101011111111100000111010101100010101011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFF83; }

 p { color: rgb(202,255,131); }

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

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

 a { background-color: rgb(202,255,131); }

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

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

 span { border-color: rgb(202,255,131); }

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