#CAF68B

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

Shades of Sulu #CAF68B

Tints of Sulu #CAF68B

Color information

#CAF68B (or 0xCAF68B) is unknown color: approx Sulu. HEX triplet: CA, F6 and 8B. RGB value is (202,246,139). Sum of RGB (Red+Green+Blue) = 202+246+139=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 246 (96.48% from 255 or 41.91% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF68B is #350974. Grayscale: #DDDDDD. Windows color (decimal): -3475829 or 9172682. OLE color: 9172682.

HSL color Cylindrical-coordinate representation of color #CAF68B: hue angle of 84.67º degrees, saturation: 0.86, 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 #CAF68B is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB202246139-
CMYK0.1800.430.04
HSL84.67º85.6%75.49%-
HSV(B)84.67º43.5%96.47%-
XYZ61.9780.3336.67-
YUV220.6581.92114.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 246 (96.48% from 255) = 41.91%
BLUE value IS 139 (54.69% from 255) = 23.68%
R=34.41%
G=41.91%
B=23.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022461390.1800.430.0484.6785.675.49
HexCAF68B1202B455564b
Octal312366213220534125126113
Binary110010101111011010001011100100101011100101010110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF68B; }

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

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

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

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

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

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

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

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