#AFFD7D

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

Shades of Sulu #AFFD7D

Tints of Sulu #AFFD7D

Color information

#AFFD7D (or 0xAFFD7D) is unknown color: approx Sulu. HEX triplet: AF, FD and 7D. RGB value is (175,253,125). Sum of RGB (Red+Green+Blue) = 175+253+125=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD7D is #500282. Grayscale: #D7D7D7. Windows color (decimal): -5243523 or 8256943. OLE color: 8256943.

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

Color convert

RGB175253125-
CMYK0.3100.510.01
HSL96.56º96.97%74.12%-
HSV(B)96.56º50.59%99.22%-
XYZ56.5180.8532.03-
YUV215.0977.1699.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=31.65%
G=45.75%
B=22.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531250.3100.510.0196.5696.9774.12
HexAFFD7D1F033161614a
Octal257375175370631141141112
Binary101011111111110111111011111101100111110000111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD7D; }

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

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

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

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

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

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

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

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