Html Css Color HEX #AFFD80 Sulu

📋 copy color: '#AFFD80'

red 175 ◦ green 253 ◦ blue 128

#AFFD80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #AFFD80

Tints of Sulu #AFFD80

RGB

 RED value IS 175 (68.75% from 255) = 31.47%

 GREEN value IS 253 (99.22% from 255) = 45.5%

 BLUE value IS 128 (50.39% from 255) = 23.02%

R = 31.47%
G = 45.5%
B = 23.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#AFFD80 (or 0xAFFD80) is known color: Sulu. HEX triplet: AF, FD and 80. RGB value is (175,253,128). Sum of RGB (Red+Green+Blue) = 175+253+128=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD80 is #50027F. Grayscale: #D7D7D7. Windows color (decimal): -5243520 or 8453551. OLE color: 8453551.

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

Color convert

RGB 175 253 128 -
CMYK 0.31 0 0.49 0.01
HSL 97.44º 0.97% 0.75% -
HSV(B) 97.44º 0.49% 0.99% -
XYZ 56.7 80.92 33.05 -
YUV 215.43 78.66 99.16 -
System Red Green Blue C M Y K H S L
Decimal 175 253 128 0.31 0 0.49 0.01 97.44 0.97 0.75
Hex AF FD 80 1F 0 31 1 61 61 4B
Octal 257 375 200 37 0 61 1 141 141 113
Binary 10101111 11111101 10000000 11111 0 110001 1 1100001 1100001 1001011

Color Harmonies of #AFFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD80

Black with #AFFD80

Text Example


Text Example

White with #AFFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD80; }

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

 H1.HeaderClassName
 {
   color: #AFFD80;
 }
 .AnyTagClassName
 {
   color: #AFFD80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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