Html Css Color HEX #ADF472 Sulu

📋 copy color: '#ADF472'

red 173 ◦ green 244 ◦ blue 114

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

Shades of Sulu #ADF472

Tints of Sulu #ADF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.95%

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 32.58%
G = 45.95%
B = 21.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#ADF472 (or 0xADF472) is known color: Sulu. HEX triplet: AD, F4 and 72. RGB value is (173,244,114). Sum of RGB (Red+Green+Blue) = 173+244+114=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #ADF472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF472 is #520B8D. Grayscale: #D0D0D0. Windows color (decimal): -5376910 or 7533741. OLE color: 7533741.

HSL color Cylindrical-coordinate representation of color #ADF472: hue angle of 92.77º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF472 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 244 114 -
CMYK 0.29 0 0.53 0.04
HSL 92.77º 0.86% 0.7% -
HSV(B) 92.77º 0.53% 0.96% -
XYZ 52.62 74.8 27.58 -
YUV 207.95 74.98 103.07 -
System Red Green Blue C M Y K H S L
Decimal 173 244 114 0.29 0 0.53 0.04 92.77 0.86 0.7
Hex AD F4 72 1D 0 35 4 5D 56 46
Octal 255 364 162 35 0 65 4 135 126 106
Binary 10101101 11110100 1110010 11101 0 110101 100 1011101 1010110 1000110

Color Harmonies of #ADF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF472

Black with #ADF472

Text Example


Text Example

White with #ADF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF472; }

 p { color: rgb(173,244,114); }

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

background-color css

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

 a { background-color: rgb(173,244,114); }

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

border-color css

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

 span { border-color: rgb(173,244,114); }

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