Html Css Color HEX #45AD07 Kelly Green

📋 copy color: '#45AD07'

red 69 ◦ green 173 ◦ blue 7

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

Shades of Kelly Green #45AD07

Tints of Kelly Green #45AD07

RGB

 RED value IS 69 (27.34% from 255) = 27.71%

 GREEN value IS 173 (67.97% from 255) = 69.48%

 BLUE value IS 7 (3.13% from 255) = 2.81%

R = 27.71%
G = 69.48%
B = 2.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#45AD07 (or 0x45AD07) is known color: Kelly Green. HEX triplet: 45, AD and 07. RGB value is (69,173,7). Sum of RGB (Red+Green+Blue) = 69+173+7=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AD07 is #BA52F8. Grayscale: #7B7B7B. Windows color (decimal): -12210937 or 503109. OLE color: 503109.

HSL color Cylindrical-coordinate representation of color #45AD07: hue angle of 97.59º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45AD07 is Cyan = 0.60, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 173 7 -
CMYK 0.60 0 0.96 0.32
HSL 97.59º 0.92% 0.35% -
HSV(B) 97.59º 0.96% 0.68% -
XYZ 17.44 31.17 5.3 -
YUV 122.98 62.54 89.5 -
System Red Green Blue C M Y K H S L
Decimal 69 173 7 0.60 0 0.96 0.32 97.59 0.92 0.35
Hex 45 AD 7 3C 0 60 20 62 5C 23
Octal 105 255 7 74 0 140 40 142 134 43
Binary 1000101 10101101 111 111100 0 1100000 100000 1100010 1011100 100011

Color Harmonies of #45AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AD07

Black with #45AD07

Text Example


Text Example

White with #45AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45AD07; }

 p { color: rgb(69,173,7); }

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

background-color css

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

 a { background-color: rgb(69,173,7); }

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

border-color css

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

 span { border-color: rgb(69,173,7); }

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