Html Css Color HEX #AFF87C Sulu

📋 copy color: '#AFF87C'

red 175 ◦ green 248 ◦ blue 124

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

Shades of Sulu #AFF87C

Tints of Sulu #AFF87C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.34%

 BLUE value IS 124 (48.83% from 255) = 22.67%

R = 31.99%
G = 45.34%
B = 22.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#AFF87C (or 0xAFF87C) is known color: Sulu. HEX triplet: AF, F8 and 7C. RGB value is (175,248,124). Sum of RGB (Red+Green+Blue) = 175+248+124=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF87C is #500783. Grayscale: #D4D4D4. Windows color (decimal): -5244804 or 8190127. OLE color: 8190127.

HSL color Cylindrical-coordinate representation of color #AFF87C: hue angle of 95.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF87C is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 124 -
CMYK 0.29 0 0.5 0.03
HSL 95.32º 0.9% 0.73% -
HSV(B) 95.32º 0.5% 0.97% -
XYZ 54.88 77.7 31.17 -
YUV 212.04 78.32 101.58 -
System Red Green Blue C M Y K H S L
Decimal 175 248 124 0.29 0 0.5 0.03 95.32 0.9 0.73
Hex AF F8 7C 1D 0 32 3 5F 5A 49
Octal 257 370 174 35 0 62 3 137 132 111
Binary 10101111 11111000 1111100 11101 0 110010 11 1011111 1011010 1001001

Color Harmonies of #AFF87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF87C

Black with #AFF87C

Text Example


Text Example

White with #AFF87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF87C; }

 p { color: rgb(175,248,124); }

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

background-color css

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

 a { background-color: rgb(175,248,124); }

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

border-color css

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

 span { border-color: rgb(175,248,124); }

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