Html Css Color HEX #AFF473 Sulu

📋 copy color: '#AFF473'

red 175 ◦ green 244 ◦ blue 115

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

Shades of Sulu #AFF473

Tints of Sulu #AFF473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.54%

R = 32.77%
G = 45.69%
B = 21.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#AFF473 (or 0xAFF473) is known color: Sulu. HEX triplet: AF, F4 and 73. RGB value is (175,244,115). Sum of RGB (Red+Green+Blue) = 175+244+115=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 115 (45.31% from 255 or 21.54% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF473 is #500B8C. Grayscale: #D1D1D1. Windows color (decimal): -5245837 or 7599279. OLE color: 7599279.

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

Color convert

RGB 175 244 115 -
CMYK 0.28 0 0.53 0.04
HSL 92.09º 0.85% 0.7% -
HSV(B) 92.09º 0.53% 0.96% -
XYZ 53.12 75.05 27.91 -
YUV 208.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 175 244 115 0.28 0 0.53 0.04 92.09 0.85 0.7
Hex AF F4 73 1C 0 35 4 5C 55 46
Octal 257 364 163 34 0 65 4 134 125 106
Binary 10101111 11110100 1110011 11100 0 110101 100 1011100 1010101 1000110

Color Harmonies of #AFF473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF473

Black with #AFF473

Text Example


Text Example

White with #AFF473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF473; }

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

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

background-color css

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

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

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

border-color css

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

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

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