#CAF980

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

Shades of Sulu #CAF980

Tints of Sulu #CAF980

Color information

#CAF980 (or 0xCAF980) is unknown color: approx Sulu. HEX triplet: CA, F9 and 80. RGB value is (202,249,128). Sum of RGB (Red+Green+Blue) = 202+249+128=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF980 is #35067F. Grayscale: #DDDDDD. Windows color (decimal): -3475072 or 8452554. OLE color: 8452554.

HSL color Cylindrical-coordinate representation of color #CAF980: hue angle of 83.31º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CAF980 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB202249128-
CMYK0.1900.490.02
HSL83.31º90.98%73.92%-
HSV(B)83.31º48.59%97.65%-
XYZ62.1381.8732.95-
YUV221.1575.43114.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=34.89%
G=43.01%
B=22.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491280.1900.490.0283.3190.9873.92
HexCAF980130312535b4a
Octal312371200230612123133112
Binary11001010111110011000000010011011000110101001110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF980; }

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

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

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

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

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

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

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

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