#CAF18A

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

Shades of Sulu #CAF18A

Tints of Sulu #CAF18A

Color information

#CAF18A (or 0xCAF18A) is unknown color: approx Sulu. HEX triplet: CA, F1 and 8A. RGB value is (202,241,138). Sum of RGB (Red+Green+Blue) = 202+241+138=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 138 (54.30% from 255 or 23.75% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF18A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF18A is #350E75. Grayscale: #D9D9D9. Windows color (decimal): -3477110 or 9105866. OLE color: 9105866.

HSL color Cylindrical-coordinate representation of color #CAF18A: hue angle of 82.72º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF18A is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB202241138-
CMYK0.1600.430.05
HSL82.72º78.63%74.31%-
HSV(B)82.72º42.74%94.51%-
XYZ60.477.335.78-
YUV217.683.08116.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 241 (94.53% from 255) = 41.48%
BLUE value IS 138 (54.30% from 255) = 23.75%
R=34.77%
G=41.48%
B=23.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411380.1600.430.0582.7278.6374.31
HexCAF18A1002B5534f4a
Octal312361212200535123117112
Binary110010101111000110001010100000101011101101001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF18A; }

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

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

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

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

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

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

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

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