Html Css Color HEX #45AF04 Kelly Green

📋 copy color: '#45AF04'

red 69 ◦ green 175 ◦ blue 4

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

Shades of Kelly Green #45AF04

Tints of Kelly Green #45AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 70.56%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 27.82%
G = 70.56%
B = 1.61%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#45AF04 (or 0x45AF04) is known color: Kelly Green. HEX triplet: 45, AF and 04. RGB value is (69,175,4). Sum of RGB (Red+Green+Blue) = 69+175+4=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 175 (68.75% from 255 or 70.56% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 175 - color contains mainly: green. Hex color #45AF04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45AF04 is #BA50FB. Grayscale: #7C7C7C. Windows color (decimal): -12210428 or 307013. OLE color: 307013.

HSL color Cylindrical-coordinate representation of color #45AF04: hue angle of 97.19º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45AF04 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 175 4 -
CMYK 0.61 0 0.98 0.31
HSL 97.19º 0.96% 0.35% -
HSV(B) 97.19º 0.98% 0.69% -
XYZ 17.81 31.93 5.34 -
YUV 123.81 60.38 88.9 -
System Red Green Blue C M Y K H S L
Decimal 69 175 4 0.61 0 0.98 0.31 97.19 0.96 0.35
Hex 45 AF 4 3D 0 62 1F 61 60 23
Octal 105 257 4 75 0 142 37 141 140 43
Binary 1000101 10101111 100 111101 0 1100010 11111 1100001 1100000 100011

Color Harmonies of #45AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AF04

Black with #45AF04

Text Example


Text Example

White with #45AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,175,4); }

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

background-color css

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

 a { background-color: rgb(69,175,4); }

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

border-color css

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

 span { border-color: rgb(69,175,4); }

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