Html Css Color HEX #AFFC81 Sulu

📋 copy color: '#AFFC81'

red 175 ◦ green 252 ◦ blue 129

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

Shades of Sulu #AFFC81

Tints of Sulu #AFFC81

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 31.47%
G = 45.32%
B = 23.2%

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

#AFFC81 (or 0xAFFC81) is known color: Sulu. HEX triplet: AF, FC and 81. RGB value is (175,252,129). Sum of RGB (Red+Green+Blue) = 175+252+129=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFC81 is #50037E. Grayscale: #D7D7D7. Windows color (decimal): -5243775 or 8518831. OLE color: 8518831.

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

Color convert

RGB 175 252 129 -
CMYK 0.31 0 0.49 0.01
HSL 97.56º 0.95% 0.75% -
HSV(B) 97.56º 0.49% 0.99% -
XYZ 56.45 80.32 33.3 -
YUV 214.96 79.49 99.5 -
System Red Green Blue C M Y K H S L
Decimal 175 252 129 0.31 0 0.49 0.01 97.56 0.95 0.75
Hex AF FC 81 1F 0 31 1 62 5F 4B
Octal 257 374 201 37 0 61 1 142 137 113
Binary 10101111 11111100 10000001 11111 0 110001 1 1100010 1011111 1001011

Color Harmonies of #AFFC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC81

Black with #AFFC81

Text Example


Text Example

White with #AFFC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC81; }

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

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

background-color css

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

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

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

border-color css

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

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

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