Html Css Color HEX #ADFF70 Sulu

📋 copy color: '#ADFF70'

red 173 ◦ green 255 ◦ blue 112

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

Shades of Sulu #ADFF70

Tints of Sulu #ADFF70

RGB

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

 GREEN value IS 255 (100% from 255) = 47.22%

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

R = 32.04%
G = 47.22%
B = 20.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#ADFF70 (or 0xADFF70) is known color: Sulu. HEX triplet: AD, FF and 70. RGB value is (173,255,112). Sum of RGB (Red+Green+Blue) = 173+255+112=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF70 is #52008F. Grayscale: #D6D6D6. Windows color (decimal): -5374096 or 7405485. OLE color: 7405485.

HSL color Cylindrical-coordinate representation of color #ADFF70: hue angle of 94.41º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADFF70 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 173 255 112 -
CMYK 0.32 0 0.56 0
HSL 94.41º 1% 0.72% -
HSV(B) 94.41º 0.56% 1% -
XYZ 55.92 81.57 28.13 -
YUV 214.18 70.33 98.63 -
System Red Green Blue C M Y K H S L
Decimal 173 255 112 0.32 0 0.56 0 94.41 1 0.72
Hex AD FF 70 20 0 38 0 5E 64 48
Octal 255 377 160 40 0 70 0 136 144 110
Binary 10101101 11111111 1110000 100000 0 111000 0 1011110 1100100 1001000

Color Harmonies of #ADFF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF70

Black with #ADFF70

Text Example


Text Example

White with #ADFF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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