Html Css Color HEX #AFF77D Sulu

📋 copy color: '#AFF77D'

red 175 ◦ green 247 ◦ blue 125

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

Shades of Sulu #AFF77D

Tints of Sulu #AFF77D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

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

R = 31.99%
G = 45.16%
B = 22.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#AFF77D (or 0xAFF77D) is known color: Sulu. HEX triplet: AF, F7 and 7D. RGB value is (175,247,125). Sum of RGB (Red+Green+Blue) = 175+247+125=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF77D is #500882. Grayscale: #D3D3D3. Windows color (decimal): -5245059 or 8255407. OLE color: 8255407.

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

Color convert

RGB 175 247 125 -
CMYK 0.29 0 0.49 0.03
HSL 95.41º 0.88% 0.73% -
HSV(B) 95.41º 0.49% 0.97% -
XYZ 54.64 77.12 31.41 -
YUV 211.56 79.15 101.92 -
System Red Green Blue C M Y K H S L
Decimal 175 247 125 0.29 0 0.49 0.03 95.41 0.88 0.73
Hex AF F7 7D 1D 0 31 3 5F 58 49
Octal 257 367 175 35 0 61 3 137 130 111
Binary 10101111 11110111 1111101 11101 0 110001 11 1011111 1011000 1001001

Color Harmonies of #AFF77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF77D

Black with #AFF77D

Text Example


Text Example

White with #AFF77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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