#CAF48B

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

Shades of Sulu #CAF48B

Tints of Sulu #CAF48B

Color information

#CAF48B (or 0xCAF48B) is unknown color: approx Sulu. HEX triplet: CA, F4 and 8B. RGB value is (202,244,139). Sum of RGB (Red+Green+Blue) = 202+244+139=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 244 (95.70% from 255 or 41.71% from 585); Blue value is 139 (54.69% from 255 or 23.76% from 585); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF48B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF48B is #350B74. Grayscale: #DBDBDB. Windows color (decimal): -3476341 or 9172170. OLE color: 9172170.

HSL color Cylindrical-coordinate representation of color #CAF48B: hue angle of 84º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAF48B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB202244139-
CMYK0.1700.430.04
HSL84º82.68%75.1%-
HSV(B)84º43.03%95.69%-
XYZ61.3779.1236.46-
YUV219.4782.59115.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 244 (95.70% from 255) = 41.71%
BLUE value IS 139 (54.69% from 255) = 23.76%
R=34.53%
G=41.71%
B=23.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022441390.1700.430.048482.6875.1
HexCAF48B1102B454534b
Octal312364213210534124123113
Binary110010101111010010001011100010101011100101010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF48B; }

 p { color: rgb(202,244,139); }

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

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

 a { background-color: rgb(202,244,139); }

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

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

 span { border-color: rgb(202,244,139); }

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