Html Css Color HEX #AFF379 Sulu

📋 copy color: '#AFF379'

red 175 ◦ green 243 ◦ blue 121

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

Shades of Sulu #AFF379

Tints of Sulu #AFF379

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.08%

 BLUE value IS 121 (47.66% from 255) = 22.45%

R = 32.47%
G = 45.08%
B = 22.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#AFF379 (or 0xAFF379) is known color: Sulu. HEX triplet: AF, F3 and 79. RGB value is (175,243,121). Sum of RGB (Red+Green+Blue) = 175+243+121=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF379 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF379 is #500C86. Grayscale: #D1D1D1. Windows color (decimal): -5246087 or 7992239. OLE color: 7992239.

HSL color Cylindrical-coordinate representation of color #AFF379: hue angle of 93.44º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF379 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 121 -
CMYK 0.28 0 0.50 0.05
HSL 93.44º 0.84% 0.71% -
HSV(B) 93.44º 0.5% 0.95% -
XYZ 53.18 74.6 29.68 -
YUV 208.76 78.47 103.92 -
System Red Green Blue C M Y K H S L
Decimal 175 243 121 0.28 0 0.50 0.05 93.44 0.84 0.71
Hex AF F3 79 1C 0 32 5 5D 54 47
Octal 257 363 171 34 0 62 5 135 124 107
Binary 10101111 11110011 1111001 11100 0 110010 101 1011101 1010100 1000111

Color Harmonies of #AFF379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF379

Black with #AFF379

Text Example


Text Example

White with #AFF379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF379; }

 p { color: rgb(175,243,121); }

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

background-color css

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

 a { background-color: rgb(175,243,121); }

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

border-color css

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

 span { border-color: rgb(175,243,121); }

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