#CAF08A

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

Shades of Sulu #CAF08A

Tints of Sulu #CAF08A

Color information

#CAF08A (or 0xCAF08A) is unknown color: approx Sulu. HEX triplet: CA, F0 and 8A. RGB value is (202,240,138). Sum of RGB (Red+Green+Blue) = 202+240+138=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF08A is #350F75. Grayscale: #D9D9D9. Windows color (decimal): -3477366 or 9105610. OLE color: 9105610.

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

Color convert

RGB202240138-
CMYK0.1600.420.06
HSL82.35º77.27%74.12%-
HSV(B)82.35º42.5%94.12%-
XYZ60.176.7135.68-
YUV217.0183.41117.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 240 (94.14% from 255) = 41.38%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=34.83%
G=41.38%
B=23.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401380.1600.420.0682.3577.2774.12
HexCAF08A1002A6524d4a
Octal312360212200526122115112
Binary110010101111000010001010100000101010110101001010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF08A; }

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

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

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

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

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

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

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

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