Html Css Color HEX #ADF370 Sulu

📋 copy color: '#ADF370'

red 173 ◦ green 243 ◦ blue 112

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

Shades of Sulu #ADF370

Tints of Sulu #ADF370

RGB

 RED value IS 173 (67.97% from 255) = 32.77%

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

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

R = 32.77%
G = 46.02%
B = 21.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#ADF370 (or 0xADF370) is known color: Sulu. HEX triplet: AD, F3 and 70. RGB value is (173,243,112). Sum of RGB (Red+Green+Blue) = 173+243+112=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF370 is #520C8F. Grayscale: #CFCFCF. Windows color (decimal): -5377168 or 7402413. OLE color: 7402413.

HSL color Cylindrical-coordinate representation of color #ADF370: hue angle of 92.06º 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 #ADF370 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 243 112 -
CMYK 0.29 0 0.54 0.05
HSL 92.06º 0.85% 0.7% -
HSV(B) 92.06º 0.54% 0.95% -
XYZ 52.21 74.16 26.89 -
YUV 207.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 173 243 112 0.29 0 0.54 0.05 92.06 0.85 0.7
Hex AD F3 70 1D 0 36 5 5C 55 46
Octal 255 363 160 35 0 66 5 134 125 106
Binary 10101101 11110011 1110000 11101 0 110110 101 1011100 1010101 1000110

Color Harmonies of #ADF370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF370

Black with #ADF370

Text Example


Text Example

White with #ADF370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF370; }

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

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

background-color css

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

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

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

border-color css

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

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

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