Html Css Color HEX #ADF974 Sulu

📋 copy color: '#ADF974'

red 173 ◦ green 249 ◦ blue 116

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

Shades of Sulu #ADF974

Tints of Sulu #ADF974

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.28%

 BLUE value IS 116 (45.7% from 255) = 21.56%

R = 32.16%
G = 46.28%
B = 21.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#ADF974 (or 0xADF974) is known color: Sulu. HEX triplet: AD, F9 and 74. RGB value is (173,249,116). Sum of RGB (Red+Green+Blue) = 173+249+116=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF974 is #52068B. Grayscale: #D3D3D3. Windows color (decimal): -5375628 or 7666093. OLE color: 7666093.

HSL color Cylindrical-coordinate representation of color #ADF974: hue angle of 94.29º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADF974 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 116 -
CMYK 0.31 0 0.53 0.02
HSL 94.29º 0.92% 0.72% -
HSV(B) 94.29º 0.53% 0.98% -
XYZ 54.26 77.9 28.7 -
YUV 211.11 74.32 100.81 -
System Red Green Blue C M Y K H S L
Decimal 173 249 116 0.31 0 0.53 0.02 94.29 0.92 0.72
Hex AD F9 74 1F 0 35 2 5E 5C 48
Octal 255 371 164 37 0 65 2 136 134 110
Binary 10101101 11111001 1110100 11111 0 110101 10 1011110 1011100 1001000

Color Harmonies of #ADF974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF974

Black with #ADF974

Text Example


Text Example

White with #ADF974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF974; }

 p { color: rgb(173,249,116); }

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

background-color css

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

 a { background-color: rgb(173,249,116); }

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

border-color css

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

 span { border-color: rgb(173,249,116); }

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