Html Css Color HEX #ADFC70 Sulu

📋 copy color: '#ADFC70'

red 173 ◦ green 252 ◦ blue 112

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

Shades of Sulu #ADFC70

Tints of Sulu #ADFC70

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.93%

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

R = 32.22%
G = 46.93%
B = 20.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#ADFC70 (or 0xADFC70) is known color: Sulu. HEX triplet: AD, FC and 70. RGB value is (173,252,112). Sum of RGB (Red+Green+Blue) = 173+252+112=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #ADFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFC70 is #52038F. Grayscale: #D4D4D4. Windows color (decimal): -5374864 or 7404717. OLE color: 7404717.

HSL color Cylindrical-coordinate representation of color #ADFC70: hue angle of 93.86º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADFC70 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 252 112 -
CMYK 0.31 0 0.56 0.01
HSL 93.86º 0.96% 0.71% -
HSV(B) 93.86º 0.56% 0.99% -
XYZ 54.97 79.67 27.81 -
YUV 212.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 173 252 112 0.31 0 0.56 0.01 93.86 0.96 0.71
Hex AD FC 70 1F 0 38 1 5E 60 47
Octal 255 374 160 37 0 70 1 136 140 107
Binary 10101101 11111100 1110000 11111 0 111000 1 1011110 1100000 1000111

Color Harmonies of #ADFC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFC70

Black with #ADFC70

Text Example


Text Example

White with #ADFC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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