Html Css Color HEX #AFF477 Sulu

📋 copy color: '#AFF477'

red 175 ◦ green 244 ◦ blue 119

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

Shades of Sulu #AFF477

Tints of Sulu #AFF477

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.35%

 BLUE value IS 119 (46.88% from 255) = 22.12%

R = 32.53%
G = 45.35%
B = 22.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#AFF477 (or 0xAFF477) is known color: Sulu. HEX triplet: AF, F4 and 77. RGB value is (175,244,119). Sum of RGB (Red+Green+Blue) = 175+244+119=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 244 (95.70% from 255 or 45.35% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF477 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF477 is #500B88. Grayscale: #D1D1D1. Windows color (decimal): -5245833 or 7861423. OLE color: 7861423.

HSL color Cylindrical-coordinate representation of color #AFF477: hue angle of 93.12º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFF477 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 119 -
CMYK 0.28 0 0.51 0.04
HSL 93.12º 0.85% 0.71% -
HSV(B) 93.12º 0.51% 0.96% -
XYZ 53.36 75.15 29.15 -
YUV 209.12 77.14 103.66 -
System Red Green Blue C M Y K H S L
Decimal 175 244 119 0.28 0 0.51 0.04 93.12 0.85 0.71
Hex AF F4 77 1C 0 33 4 5D 55 47
Octal 257 364 167 34 0 63 4 135 125 107
Binary 10101111 11110100 1110111 11100 0 110011 100 1011101 1010101 1000111

Color Harmonies of #AFF477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF477

Black with #AFF477

Text Example


Text Example

White with #AFF477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF477; }

 p { color: rgb(175,244,119); }

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

background-color css

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

 a { background-color: rgb(175,244,119); }

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

border-color css

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

 span { border-color: rgb(175,244,119); }

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