Html Css Color HEX #34D80C Kelly Green

📋 copy color: '#34D80C'

red 52 ◦ green 216 ◦ blue 12

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

Shades of Kelly Green #34D80C

Tints of Kelly Green #34D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.14%

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 18.57%
G = 77.14%
B = 4.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#34D80C (or 0x34D80C) is known color: Kelly Green. HEX triplet: 34, D8 and 0C. RGB value is (52,216,12). Sum of RGB (Red+Green+Blue) = 52+216+12=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 216 (84.77% from 255 or 77.14% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 216 - color contains mainly: green. Hex color #34D80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34D80C is #CB27F3. Grayscale: #909090. Windows color (decimal): -13314036 or 841780. OLE color: 841780.

HSL color Cylindrical-coordinate representation of color #34D80C: hue angle of 108.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34D80C is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 12 -
CMYK 0.76 0 0.94 0.15
HSL 108.24º 0.89% 0.45% -
HSV(B) 108.24º 0.94% 0.85% -
XYZ 26.04 49.87 8.6 -
YUV 143.71 53.67 62.59 -
System Red Green Blue C M Y K H S L
Decimal 52 216 12 0.76 0 0.94 0.15 108.24 0.89 0.45
Hex 34 D8 C 4C 0 5E F 6C 59 2D
Octal 64 330 14 114 0 136 17 154 131 55
Binary 110100 11011000 1100 1001100 0 1011110 1111 1101100 1011001 101101

Color Harmonies of #34D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D80C

Black with #34D80C

Text Example


Text Example

White with #34D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,12); }

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

background-color css

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

 a { background-color: rgb(52,216,12); }

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

border-color css

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

 span { border-color: rgb(52,216,12); }

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