Html Css Color HEX #ADFF72 Sulu

📋 copy color: '#ADFF72'

red 173 ◦ green 255 ◦ blue 114

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

Shades of Sulu #ADFF72

Tints of Sulu #ADFF72

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

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

R = 31.92%
G = 47.05%
B = 21.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#ADFF72 (or 0xADFF72) is known color: Sulu. HEX triplet: AD, FF and 72. RGB value is (173,255,114). Sum of RGB (Red+Green+Blue) = 173+255+114=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF72 is #52008D. Grayscale: #D6D6D6. Windows color (decimal): -5374094 or 7536557. OLE color: 7536557.

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

Color convert

RGB 173 255 114 -
CMYK 0.32 0 0.55 0
HSL 94.89º 1% 0.72% -
HSV(B) 94.89º 0.55% 1% -
XYZ 56.03 81.62 28.72 -
YUV 214.41 71.33 98.46 -
System Red Green Blue C M Y K H S L
Decimal 173 255 114 0.32 0 0.55 0 94.89 1 0.72
Hex AD FF 72 20 0 37 0 5F 64 48
Octal 255 377 162 40 0 67 0 137 144 110
Binary 10101101 11111111 1110010 100000 0 110111 0 1011111 1100100 1001000

Color Harmonies of #ADFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFF72

Black with #ADFF72

Text Example


Text Example

White with #ADFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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