#CAF98D

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

Shades of Sulu #CAF98D

Tints of Sulu #CAF98D

Color information

#CAF98D (or 0xCAF98D) is unknown color: approx Sulu. HEX triplet: CA, F9 and 8D. RGB value is (202,249,141). Sum of RGB (Red+Green+Blue) = 202+249+141=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 249 (97.66% from 255 or 42.06% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF98D is #350672. Grayscale: #DFDFDF. Windows color (decimal): -3475059 or 9304522. OLE color: 9304522.

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

Color convert

RGB202249141-
CMYK0.1900.430.02
HSL86.11º90%76.47%-
HSV(B)86.11º43.37%97.65%-
XYZ63.0482.2337.75-
YUV222.6481.93113.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.12%
GREEN value IS 249 (97.66% from 255) = 42.06%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=34.12%
G=42.06%
B=23.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491410.1900.430.0286.119076.47
HexCAF98D1302B2565a4c
Octal312371215230532126132114
Binary11001010111110011000110110011010101110101011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF98D; }

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

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

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

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

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

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

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

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