#CAF380

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

Shades of Sulu #CAF380

Tints of Sulu #CAF380

Color information

#CAF380 (or 0xCAF380) is unknown color: approx Sulu. HEX triplet: CA, F3 and 80. RGB value is (202,243,128). Sum of RGB (Red+Green+Blue) = 202+243+128=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 128 (50.39% from 255 or 22.34% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF380 is #350C7F. Grayscale: #DADADA. Windows color (decimal): -3476608 or 8451018. OLE color: 8451018.

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

Color convert

RGB202243128-
CMYK0.1700.470.05
HSL81.39º82.73%72.75%-
HSV(B)81.39º47.33%95.29%-
XYZ60.378.2232.34-
YUV217.6377.42116.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 128 (50.39% from 255) = 22.34%
R=35.25%
G=42.41%
B=22.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431280.1700.470.0581.3982.7372.75
HexCAF3801102F5515349
Octal312363200210575121123111
Binary110010101111001110000000100010101111101101000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF380; }

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

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

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

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

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

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

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

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