#AFFD69

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

Shades of Sulu #AFFD69

Tints of Sulu #AFFD69

Color information

#AFFD69 (or 0xAFFD69) is unknown color: approx Sulu. HEX triplet: AF, FD and 69. RGB value is (175,253,105). Sum of RGB (Red+Green+Blue) = 175+253+105=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD69 is #500296. Grayscale: #D5D5D5. Windows color (decimal): -5243543 or 6946223. OLE color: 6946223.

HSL color Cylindrical-coordinate representation of color #AFFD69: hue angle of 91.62º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFFD69 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB175253105-
CMYK0.3100.580.01
HSL91.62º97.37%70.2%-
HSV(B)91.62º58.5%99.22%-
XYZ55.3580.3825.96-
YUV212.8167.16101.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 105 (41.41% from 255) = 19.70%
R=32.83%
G=47.47%
B=19.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531050.3100.580.0191.6297.3770.2
HexAFFD691F03A15c6146
Octal257375151370721134141106
Binary101011111111110111010011111101110101101110011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD69; }

 p { color: rgb(175,253,105); }

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

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

 a { background-color: rgb(175,253,105); }

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

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

 span { border-color: rgb(175,253,105); }

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