Html Css Color HEX #ADFD71 Sulu

📋 copy color: '#ADFD71'

red 173 ◦ green 253 ◦ blue 113

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

Shades of Sulu #ADFD71

Tints of Sulu #ADFD71

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.94%

 BLUE value IS 113 (44.53% from 255) = 20.96%

R = 32.1%
G = 46.94%
B = 20.96%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#ADFD71 (or 0xADFD71) is known color: Sulu. HEX triplet: AD, FD and 71. RGB value is (173,253,113). Sum of RGB (Red+Green+Blue) = 173+253+113=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 113 (44.53% from 255 or 20.96% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD71 is #52028E. Grayscale: #D5D5D5. Windows color (decimal): -5374607 or 7470509. OLE color: 7470509.

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

Color convert

RGB 173 253 113 -
CMYK 0.32 0 0.55 0.01
HSL 94.29º 0.97% 0.72% -
HSV(B) 94.29º 0.55% 0.99% -
XYZ 55.34 80.33 28.21 -
YUV 213.12 71.5 99.38 -
System Red Green Blue C M Y K H S L
Decimal 173 253 113 0.32 0 0.55 0.01 94.29 0.97 0.72
Hex AD FD 71 20 0 37 1 5E 61 48
Octal 255 375 161 40 0 67 1 136 141 110
Binary 10101101 11111101 1110001 100000 0 110111 1 1011110 1100001 1001000

Color Harmonies of #ADFD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD71

Black with #ADFD71

Text Example


Text Example

White with #ADFD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD71; }

 p { color: rgb(173,253,113); }

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

background-color css

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

 a { background-color: rgb(173,253,113); }

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

border-color css

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

 span { border-color: rgb(173,253,113); }

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