Html Css Color HEX #45D71D Kelly Green

📋 copy color: '#45D71D'

red 69 ◦ green 215 ◦ blue 29

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

Shades of Kelly Green #45D71D

Tints of Kelly Green #45D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.69%

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 22.04%
G = 68.69%
B = 9.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#45D71D (or 0x45D71D) is known color: Kelly Green. HEX triplet: 45, D7 and 1D. RGB value is (69,215,29). Sum of RGB (Red+Green+Blue) = 69+215+29=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #45D71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D71D is #BA28E2. Grayscale: #969696. Windows color (decimal): -12200163 or 1955653. OLE color: 1955653.

HSL color Cylindrical-coordinate representation of color #45D71D: hue angle of 107.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45D71D is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 215 29 -
CMYK 0.68 0 0.87 0.16
HSL 107.1º 0.76% 0.48% -
HSV(B) 107.1º 0.87% 0.84% -
XYZ 26.98 49.95 9.38 -
YUV 150.14 59.63 70.12 -
System Red Green Blue C M Y K H S L
Decimal 69 215 29 0.68 0 0.87 0.16 107.1 0.76 0.48
Hex 45 D7 1D 44 0 57 10 6B 4C 30
Octal 105 327 35 104 0 127 20 153 114 60
Binary 1000101 11010111 11101 1000100 0 1010111 10000 1101011 1001100 110000

Color Harmonies of #45D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D71D

Black with #45D71D

Text Example


Text Example

White with #45D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,215,29); }

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

background-color css

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

 a { background-color: rgb(69,215,29); }

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

border-color css

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

 span { border-color: rgb(69,215,29); }

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