Html Css Color HEX #34CC64 Medium Sea Green

📋 copy color: '#34CC64'

red 52 ◦ green 204 ◦ blue 100

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

Shades of Medium Sea Green #34CC64

Tints of Medium Sea Green #34CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 100 (39.45% from 255) = 28.09%

R = 14.61%
G = 57.3%
B = 28.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#34CC64 (or 0x34CC64) is known color: Medium Sea Green. HEX triplet: 34, CC and 64. RGB value is (52,204,100). Sum of RGB (Red+Green+Blue) = 52+204+100=356 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.61% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #34CC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34CC64 is #CB339B. Grayscale: #929292. Windows color (decimal): -13317020 or 6605876. OLE color: 6605876.

HSL color Cylindrical-coordinate representation of color #34CC64: hue angle of 138.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34CC64 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 204 100 -
CMYK 0.75 0 0.51 0.2
HSL 138.95º 0.6% 0.5% -
HSV(B) 138.95º 0.75% 0.8% -
XYZ 25.31 44.84 19.38 -
YUV 146.7 101.64 60.46 -
System Red Green Blue C M Y K H S L
Decimal 52 204 100 0.75 0 0.51 0.2 138.95 0.6 0.5
Hex 34 CC 64 4B 0 33 14 8B 3C 32
Octal 64 314 144 113 0 63 24 213 74 62
Binary 110100 11001100 1100100 1001011 0 110011 10100 10001011 111100 110010

Color Harmonies of #34CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34CC64

Black with #34CC64

Text Example


Text Example

White with #34CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,204,100); }

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

background-color css

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

 a { background-color: rgb(52,204,100); }

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

border-color css

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

 span { border-color: rgb(52,204,100); }

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