Html Css Color HEX #34BA08 Kelly Green

📋 copy color: '#34BA08'

red 52 ◦ green 186 ◦ blue 8

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

Shades of Kelly Green #34BA08

Tints of Kelly Green #34BA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 75.61%

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 21.14%
G = 75.61%
B = 3.25%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#34BA08 (or 0x34BA08) is known color: Kelly Green. HEX triplet: 34, BA and 08. RGB value is (52,186,8). Sum of RGB (Red+Green+Blue) = 52+186+8=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34BA08 is #CB45F7. Grayscale: #7E7E7E. Windows color (decimal): -13321720 or 571956. OLE color: 571956.

HSL color Cylindrical-coordinate representation of color #34BA08: hue angle of 105.17º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34BA08 is Cyan = 0.72, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 8 -
CMYK 0.72 0 0.96 0.27
HSL 105.17º 0.92% 0.38% -
HSV(B) 105.17º 0.96% 0.73% -
XYZ 19.02 35.87 6.15 -
YUV 125.64 61.61 75.47 -
System Red Green Blue C M Y K H S L
Decimal 52 186 8 0.72 0 0.96 0.27 105.17 0.92 0.38
Hex 34 BA 8 48 0 60 1B 69 5C 26
Octal 64 272 10 110 0 140 33 151 134 46
Binary 110100 10111010 1000 1001000 0 1100000 11011 1101001 1011100 100110

Color Harmonies of #34BA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA08

Black with #34BA08

Text Example


Text Example

White with #34BA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,8); }

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

background-color css

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

 a { background-color: rgb(52,186,8); }

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

border-color css

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

 span { border-color: rgb(52,186,8); }

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