#CAF985

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

Shades of Sulu #CAF985

Tints of Sulu #CAF985

Color information

#CAF985 (or 0xCAF985) is unknown color: approx Sulu. HEX triplet: CA, F9 and 85. RGB value is (202,249,133). Sum of RGB (Red+Green+Blue) = 202+249+133=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF985 is #35067A. Grayscale: #DEDEDE. Windows color (decimal): -3475067 or 8780234. OLE color: 8780234.

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

Color convert

RGB202249133-
CMYK0.1900.470.02
HSL84.31º90.62%74.9%-
HSV(B)84.31º46.59%97.65%-
XYZ62.478234.73-
YUV221.7277.93113.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 249 (97.66% from 255) = 42.64%
BLUE value IS 133 (52.34% from 255) = 22.77%
R=34.59%
G=42.64%
B=22.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022491330.1900.470.0284.3190.6274.9
HexCAF9851302F2545b4b
Octal312371205230572124133113
Binary11001010111110011000010110011010111110101010010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF985; }

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

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

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

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

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

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

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

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