Html Css Color HEX #ADD325 Bahia

📋 copy color: '#ADD325'

red 173 ◦ green 211 ◦ blue 37

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

Shades of Bahia #ADD325

Tints of Bahia #ADD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.12%

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 41.09%
G = 50.12%
B = 8.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#ADD325 (or 0xADD325) is known color: Bahia. HEX triplet: AD, D3 and 25. RGB value is (173,211,37). Sum of RGB (Red+Green+Blue) = 173+211+37=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD325 is #522CDA. Grayscale: #B4B4B4. Windows color (decimal): -5385435 or 2479021. OLE color: 2479021.

HSL color Cylindrical-coordinate representation of color #ADD325: hue angle of 73.1º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADD325 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 37 -
CMYK 0.18 0 0.82 0.17
HSL 73.1º 0.7% 0.49% -
HSV(B) 73.1º 0.82% 0.83% -
XYZ 40.86 55.61 10.33 -
YUV 179.8 47.41 123.15 -
System Red Green Blue C M Y K H S L
Decimal 173 211 37 0.18 0 0.82 0.17 73.1 0.7 0.49
Hex AD D3 25 12 0 52 11 49 46 31
Octal 255 323 45 22 0 122 21 111 106 61
Binary 10101101 11010011 100101 10010 0 1010010 10001 1001001 1000110 110001

Color Harmonies of #ADD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD325

Black with #ADD325

Text Example


Text Example

White with #ADD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD325; }

 p { color: rgb(173,211,37); }

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

background-color css

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

 a { background-color: rgb(173,211,37); }

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

border-color css

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

 span { border-color: rgb(173,211,37); }

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