Html Css Color HEX #AFF370 Sulu

📋 copy color: '#AFF370'

red 175 ◦ green 243 ◦ blue 112

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

Shades of Sulu #AFF370

Tints of Sulu #AFF370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 33.02%
G = 45.85%
B = 21.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#AFF370 (or 0xAFF370) is known color: Sulu. HEX triplet: AF, F3 and 70. RGB value is (175,243,112). Sum of RGB (Red+Green+Blue) = 175+243+112=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF370 is #500C8F. Grayscale: #D0D0D0. Windows color (decimal): -5246096 or 7402415. OLE color: 7402415.

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

Color convert

RGB 175 243 112 -
CMYK 0.28 0 0.54 0.05
HSL 91.15º 0.85% 0.7% -
HSV(B) 91.15º 0.54% 0.95% -
XYZ 52.65 74.39 26.91 -
YUV 207.73 73.97 104.65 -
System Red Green Blue C M Y K H S L
Decimal 175 243 112 0.28 0 0.54 0.05 91.15 0.85 0.7
Hex AF F3 70 1C 0 36 5 5B 55 46
Octal 257 363 160 34 0 66 5 133 125 106
Binary 10101111 11110011 1110000 11100 0 110110 101 1011011 1010101 1000110

Color Harmonies of #AFF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF370

Black with #AFF370

Text Example


Text Example

White with #AFF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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