#CAF383

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

Shades of Sulu #CAF383

Tints of Sulu #CAF383

Color information

#CAF383 (or 0xCAF383) is unknown color: approx Sulu. HEX triplet: CA, F3 and 83. RGB value is (202,243,131). Sum of RGB (Red+Green+Blue) = 202+243+131=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 243 (95.31% from 255 or 42.19% from 576); Blue value is 131 (51.56% from 255 or 22.74% from 576); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF383 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF383 is #350C7C. Grayscale: #DADADA. Windows color (decimal): -3476605 or 8647626. OLE color: 8647626.

HSL color Cylindrical-coordinate representation of color #CAF383: hue angle of 81.96º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAF383 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB202243131-
CMYK0.1700.460.05
HSL81.96º82.35%73.33%-
HSV(B)81.96º46.09%95.29%-
XYZ60.578.333.4-
YUV217.9778.92116.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 243 (95.31% from 255) = 42.19%
BLUE value IS 131 (51.56% from 255) = 22.74%
R=35.07%
G=42.19%
B=22.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431310.1700.460.0581.9682.3573.33
HexCAF3831102E5525249
Octal312363203210565122122111
Binary110010101111001110000011100010101110101101001010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF383; }

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

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

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

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

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

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

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

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