Html Css Color HEX #34CB06 Kelly Green

📋 copy color: '#34CB06'

red 52 ◦ green 203 ◦ blue 6

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

Shades of Kelly Green #34CB06

Tints of Kelly Green #34CB06

RGB

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

 GREEN value IS 203 (79.69% from 255) = 77.78%

 BLUE value IS 6 (2.73% from 255) = 2.3%

R = 19.92%
G = 77.78%
B = 2.3%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#34CB06 (or 0x34CB06) is known color: Kelly Green. HEX triplet: 34, CB and 06. RGB value is (52,203,6). Sum of RGB (Red+Green+Blue) = 52+203+6=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #34CB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34CB06 is #CB34F9. Grayscale: #888888. Windows color (decimal): -13317370 or 445236. OLE color: 445236.

HSL color Cylindrical-coordinate representation of color #34CB06: hue angle of 105.99º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34CB06 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 203 6 -
CMYK 0.74 0 0.97 0.20
HSL 105.99º 0.94% 0.41% -
HSV(B) 105.99º 0.97% 0.8% -
XYZ 22.8 43.46 7.36 -
YUV 135.39 54.97 68.52 -
System Red Green Blue C M Y K H S L
Decimal 52 203 6 0.74 0 0.97 0.20 105.99 0.94 0.41
Hex 34 CB 6 4A 0 61 14 6A 5E 29
Octal 64 313 6 112 0 141 24 152 136 51
Binary 110100 11001011 110 1001010 0 1100001 10100 1101010 1011110 101001

Color Harmonies of #34CB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CB06

Black with #34CB06

Text Example


Text Example

White with #34CB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,203,6); }

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

background-color css

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

 a { background-color: rgb(52,203,6); }

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

border-color css

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

 span { border-color: rgb(52,203,6); }

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