Html Css Color HEX #AFF87D Sulu

📋 copy color: '#AFF87D'

red 175 ◦ green 248 ◦ blue 125

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

Shades of Sulu #AFF87D

Tints of Sulu #AFF87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.81%

R = 31.93%
G = 45.26%
B = 22.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#AFF87D (or 0xAFF87D) is known color: Sulu. HEX triplet: AF, F8 and 7D. RGB value is (175,248,125). Sum of RGB (Red+Green+Blue) = 175+248+125=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 248 (97.27% from 255 or 45.26% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF87D is #500782. Grayscale: #D4D4D4. Windows color (decimal): -5244803 or 8255663. OLE color: 8255663.

HSL color Cylindrical-coordinate representation of color #AFF87D: hue angle of 95.61º 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 #AFF87D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 125 -
CMYK 0.29 0 0.50 0.03
HSL 95.61º 0.9% 0.73% -
HSV(B) 95.61º 0.5% 0.97% -
XYZ 54.95 77.73 31.51 -
YUV 212.15 78.82 101.5 -
System Red Green Blue C M Y K H S L
Decimal 175 248 125 0.29 0 0.50 0.03 95.61 0.9 0.73
Hex AF F8 7D 1D 0 32 3 60 5A 49
Octal 257 370 175 35 0 62 3 140 132 111
Binary 10101111 11111000 1111101 11101 0 110010 11 1100000 1011010 1001001

Color Harmonies of #AFF87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF87D

Black with #AFF87D

Text Example


Text Example

White with #AFF87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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