Html Css Color HEX #34B614 Kelly Green

📋 copy color: '#34B614'

red 52 ◦ green 182 ◦ blue 20

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

Shades of Kelly Green #34B614

Tints of Kelly Green #34B614

RGB

 RED value IS 52 (20.7% from 255) = 20.47%

 GREEN value IS 182 (71.48% from 255) = 71.65%

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 20.47%
G = 71.65%
B = 7.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#34B614 (or 0x34B614) is known color: Kelly Green. HEX triplet: 34, B6 and 14. RGB value is (52,182,20). Sum of RGB (Red+Green+Blue) = 52+182+20=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 182 (71.48% from 255 or 71.65% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 182 - color contains mainly: green. Hex color #34B614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34B614 is #CB49EB. Grayscale: #7D7D7D. Windows color (decimal): -13322732 or 1357364. OLE color: 1357364.

HSL color Cylindrical-coordinate representation of color #34B614: hue angle of 108.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #34B614 is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 182 20 -
CMYK 0.71 0 0.89 0.29
HSL 108.15º 0.8% 0.4% -
HSV(B) 108.15º 0.89% 0.71% -
XYZ 18.27 34.24 6.31 -
YUV 124.66 68.93 76.17 -
System Red Green Blue C M Y K H S L
Decimal 52 182 20 0.71 0 0.89 0.29 108.15 0.8 0.4
Hex 34 B6 14 47 0 59 1D 6C 50 28
Octal 64 266 24 107 0 131 35 154 120 50
Binary 110100 10110110 10100 1000111 0 1011001 11101 1101100 1010000 101000

Color Harmonies of #34B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B614

Black with #34B614

Text Example


Text Example

White with #34B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34B614; }

 p { color: rgb(52,182,20); }

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

background-color css

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

 a { background-color: rgb(52,182,20); }

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

border-color css

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

 span { border-color: rgb(52,182,20); }

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