Html Css Color HEX #AFFD82 Sulu

📋 copy color: '#AFFD82'

red 175 ◦ green 253 ◦ blue 130

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

Shades of Sulu #AFFD82

Tints of Sulu #AFFD82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 23.3%

R = 31.36%
G = 45.34%
B = 23.3%

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

#AFFD82 (or 0xAFFD82) is known color: Sulu. HEX triplet: AF, FD and 82. RGB value is (175,253,130). Sum of RGB (Red+Green+Blue) = 175+253+130=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD82 is #50027D. Grayscale: #D8D8D8. Windows color (decimal): -5243518 or 8584623. OLE color: 8584623.

HSL color Cylindrical-coordinate representation of color #AFFD82: hue angle of 98.05º 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 #AFFD82 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 130 -
CMYK 0.31 0 0.49 0.01
HSL 98.05º 0.97% 0.75% -
HSV(B) 98.05º 0.49% 0.99% -
XYZ 56.83 80.98 33.75 -
YUV 215.66 79.66 99 -
System Red Green Blue C M Y K H S L
Decimal 175 253 130 0.31 0 0.49 0.01 98.05 0.97 0.75
Hex AF FD 82 1F 0 31 1 62 61 4B
Octal 257 375 202 37 0 61 1 142 141 113
Binary 10101111 11111101 10000010 11111 0 110001 1 1100010 1100001 1001011

Color Harmonies of #AFFD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD82

Black with #AFFD82

Text Example


Text Example

White with #AFFD82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD82; }

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

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

background-color css

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

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

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

border-color css

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

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

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