Html Css Color HEX #ADFD72 Sulu

📋 copy color: '#ADFD72'

red 173 ◦ green 253 ◦ blue 114

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

Shades of Sulu #ADFD72

Tints of Sulu #ADFD72

RGB

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

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

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

R = 32.04%
G = 46.85%
B = 21.11%

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

#ADFD72 (or 0xADFD72) is known color: Sulu. HEX triplet: AD, FD and 72. RGB value is (173,253,114). Sum of RGB (Red+Green+Blue) = 173+253+114=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD72 is #52028D. Grayscale: #D5D5D5. Windows color (decimal): -5374606 or 7536045. OLE color: 7536045.

HSL color Cylindrical-coordinate representation of color #ADFD72: hue angle of 94.53º 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 #ADFD72 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 114 -
CMYK 0.32 0 0.55 0.01
HSL 94.53º 0.97% 0.72% -
HSV(B) 94.53º 0.55% 0.99% -
XYZ 55.4 80.35 28.51 -
YUV 213.23 72 99.3 -
System Red Green Blue C M Y K H S L
Decimal 173 253 114 0.32 0 0.55 0.01 94.53 0.97 0.72
Hex AD FD 72 20 0 37 1 5F 61 48
Octal 255 375 162 40 0 67 1 137 141 110
Binary 10101101 11111101 1110010 100000 0 110111 1 1011111 1100001 1001000

Color Harmonies of #ADFD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD72

Black with #ADFD72

Text Example


Text Example

White with #ADFD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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