Html Css Color HEX #ADFD7C Sulu

📋 copy color: '#ADFD7C'

red 173 ◦ green 253 ◦ blue 124

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

Shades of Sulu #ADFD7C

Tints of Sulu #ADFD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.55%

R = 31.45%
G = 46%
B = 22.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#ADFD7C (or 0xADFD7C) is known color: Sulu. HEX triplet: AD, FD and 7C. RGB value is (173,253,124). Sum of RGB (Red+Green+Blue) = 173+253+124=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD7C is #520283. Grayscale: #D6D6D6. Windows color (decimal): -5374596 or 8191405. OLE color: 8191405.

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

Color convert

RGB 173 253 124 -
CMYK 0.32 0 0.51 0.01
HSL 97.21º 0.97% 0.74% -
HSV(B) 97.21º 0.51% 0.99% -
XYZ 56 80.59 31.67 -
YUV 214.37 77 98.49 -
System Red Green Blue C M Y K H S L
Decimal 173 253 124 0.32 0 0.51 0.01 97.21 0.97 0.74
Hex AD FD 7C 20 0 33 1 61 61 4A
Octal 255 375 174 40 0 63 1 141 141 112
Binary 10101101 11111101 1111100 100000 0 110011 1 1100001 1100001 1001010

Color Harmonies of #ADFD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD7C

Black with #ADFD7C

Text Example


Text Example

White with #ADFD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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