Html Css Color HEX #ADFE70 Sulu

📋 copy color: '#ADFE70'

red 173 ◦ green 254 ◦ blue 112

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

Shades of Sulu #ADFE70

Tints of Sulu #ADFE70

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.12%

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

R = 32.1%
G = 47.12%
B = 20.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#ADFE70 (or 0xADFE70) is known color: Sulu. HEX triplet: AD, FE and 70. RGB value is (173,254,112). Sum of RGB (Red+Green+Blue) = 173+254+112=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #ADFE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFE70 is #52018F. Grayscale: #D6D6D6. Windows color (decimal): -5374352 or 7405229. OLE color: 7405229.

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

Color convert

RGB 173 254 112 -
CMYK 0.32 0 0.56 0.00
HSL 94.23º 0.99% 0.72% -
HSV(B) 94.23º 0.56% 1% -
XYZ 55.6 80.94 28.02 -
YUV 213.59 70.66 99.05 -
System Red Green Blue C M Y K H S L
Decimal 173 254 112 0.32 0 0.56 0.00 94.23 0.99 0.72
Hex AD FE 70 20 0 38 0 5E 63 48
Octal 255 376 160 40 0 70 0 136 143 110
Binary 10101101 11111110 1110000 100000 0 111000 0 1011110 1100011 1001000

Color Harmonies of #ADFE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFE70

Black with #ADFE70

Text Example


Text Example

White with #ADFE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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