Html Css Color HEX #ADF772 Sulu

📋 copy color: '#ADF772'

red 173 ◦ green 247 ◦ blue 114

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

Shades of Sulu #ADF772

Tints of Sulu #ADF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.25%

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

R = 32.4%
G = 46.25%
B = 21.35%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#ADF772 (or 0xADF772) is known color: Sulu. HEX triplet: AD, F7 and 72. RGB value is (173,247,114). Sum of RGB (Red+Green+Blue) = 173+247+114=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 247 (96.88% from 255 or 46.25% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF772 is #52088D. Grayscale: #D2D2D2. Windows color (decimal): -5376142 or 7534509. OLE color: 7534509.

HSL color Cylindrical-coordinate representation of color #ADF772: hue angle of 93.38º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF772 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 247 114 -
CMYK 0.30 0 0.54 0.03
HSL 93.38º 0.89% 0.71% -
HSV(B) 93.38º 0.54% 0.97% -
XYZ 53.53 76.62 27.89 -
YUV 209.71 73.98 101.81 -
System Red Green Blue C M Y K H S L
Decimal 173 247 114 0.30 0 0.54 0.03 93.38 0.89 0.71
Hex AD F7 72 1E 0 36 3 5D 59 47
Octal 255 367 162 36 0 66 3 135 131 107
Binary 10101101 11110111 1110010 11110 0 110110 11 1011101 1011001 1000111

Color Harmonies of #ADF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF772

Black with #ADF772

Text Example


Text Example

White with #ADF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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