Html Css Color HEX #34BD05 Kelly Green

📋 copy color: '#34BD05'

red 52 ◦ green 189 ◦ blue 5

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

Shades of Kelly Green #34BD05

Tints of Kelly Green #34BD05

RGB

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

 GREEN value IS 189 (74.22% from 255) = 76.83%

 BLUE value IS 5 (2.34% from 255) = 2.03%

R = 21.14%
G = 76.83%
B = 2.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#34BD05 (or 0x34BD05) is known color: Kelly Green. HEX triplet: 34, BD and 05. RGB value is (52,189,5). Sum of RGB (Red+Green+Blue) = 52+189+5=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 189 (74.22% from 255 or 76.83% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BD05 is #CB42FA. Grayscale: #7F7F7F. Windows color (decimal): -13320955 or 376116. OLE color: 376116.

HSL color Cylindrical-coordinate representation of color #34BD05: hue angle of 104.67º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34BD05 is Cyan = 0.72, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 189 5 -
CMYK 0.72 0 0.97 0.26
HSL 104.67º 0.95% 0.38% -
HSV(B) 104.67º 0.97% 0.74% -
XYZ 19.64 37.14 6.28 -
YUV 127.06 59.11 74.46 -
System Red Green Blue C M Y K H S L
Decimal 52 189 5 0.72 0 0.97 0.26 104.67 0.95 0.38
Hex 34 BD 5 48 0 61 1A 69 5F 26
Octal 64 275 5 110 0 141 32 151 137 46
Binary 110100 10111101 101 1001000 0 1100001 11010 1101001 1011111 100110

Color Harmonies of #34BD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BD05

Black with #34BD05

Text Example


Text Example

White with #34BD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,189,5); }

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

background-color css

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

 a { background-color: rgb(52,189,5); }

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

border-color css

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

 span { border-color: rgb(52,189,5); }

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