#CAF08D

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

Shades of Sulu #CAF08D

Tints of Sulu #CAF08D

Color information

#CAF08D (or 0xCAF08D) is unknown color: approx Sulu. HEX triplet: CA, F0 and 8D. RGB value is (202,240,141). Sum of RGB (Red+Green+Blue) = 202+240+141=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF08D is #350F72. Grayscale: #D9D9D9. Windows color (decimal): -3477363 or 9302218. OLE color: 9302218.

HSL color Cylindrical-coordinate representation of color #CAF08D: hue angle of 83.03º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAF08D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB202240141-
CMYK0.1600.410.06
HSL83.03º76.74%74.71%-
HSV(B)83.03º41.25%94.12%-
XYZ60.3276.836.84-
YUV217.3584.91117.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 141 (55.47% from 255) = 24.19%
R=34.65%
G=41.17%
B=24.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401410.1600.410.0683.0376.7474.71
HexCAF08D100296534d4b
Octal312360215200516123115113
Binary110010101111000010001101100000101001110101001110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF08D; }

 p { color: rgb(202,240,141); }

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

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

 a { background-color: rgb(202,240,141); }

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

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

 span { border-color: rgb(202,240,141); }

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