Html Css Color HEX #AFFD81 Sulu

📋 copy color: '#AFFD81'

red 175 ◦ green 253 ◦ blue 129

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

Shades of Sulu #AFFD81

Tints of Sulu #AFFD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.16%

R = 31.42%
G = 45.42%
B = 23.16%

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

#AFFD81 (or 0xAFFD81) is known color: Sulu. HEX triplet: AF, FD and 81. RGB value is (175,253,129). Sum of RGB (Red+Green+Blue) = 175+253+129=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD81 is #50027E. Grayscale: #D7D7D7. Windows color (decimal): -5243519 or 8519087. OLE color: 8519087.

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

Color convert

RGB 175 253 129 -
CMYK 0.31 0 0.49 0.01
HSL 97.74º 0.97% 0.75% -
HSV(B) 97.74º 0.49% 0.99% -
XYZ 56.77 80.95 33.4 -
YUV 215.54 79.16 99.08 -
System Red Green Blue C M Y K H S L
Decimal 175 253 129 0.31 0 0.49 0.01 97.74 0.97 0.75
Hex AF FD 81 1F 0 31 1 62 61 4B
Octal 257 375 201 37 0 61 1 142 141 113
Binary 10101111 11111101 10000001 11111 0 110001 1 1100010 1100001 1001011

Color Harmonies of #AFFD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFD81

Black with #AFFD81

Text Example


Text Example

White with #AFFD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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