Html Css Color HEX #34E965 Emerald

📋 copy color: '#34E965'

red 52 ◦ green 233 ◦ blue 101

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

Shades of Emerald #34E965

Tints of Emerald #34E965

RGB

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

 GREEN value IS 233 (91.41% from 255) = 60.36%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 13.47%
G = 60.36%
B = 26.17%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#34E965 (or 0x34E965) is known color: Emerald. HEX triplet: 34, E9 and 65. RGB value is (52,233,101). Sum of RGB (Red+Green+Blue) = 52+233+101=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 233 (91.41% from 255 or 60.36% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 233 - color contains mainly: green. Hex color #34E965 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E965 is #CB169A. Grayscale: #A4A4A4. Windows color (decimal): -13309595 or 6678836. OLE color: 6678836.

HSL color Cylindrical-coordinate representation of color #34E965: hue angle of 136.24º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E965 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 233 101 -
CMYK 0.78 0 0.57 0.09
HSL 136.24º 0.8% 0.56% -
HSV(B) 136.24º 0.78% 0.91% -
XYZ 32.9 59.95 22.15 -
YUV 163.83 92.53 48.23 -
System Red Green Blue C M Y K H S L
Decimal 52 233 101 0.78 0 0.57 0.09 136.24 0.8 0.56
Hex 34 E9 65 4E 0 39 9 88 50 38
Octal 64 351 145 116 0 71 11 210 120 70
Binary 110100 11101001 1100101 1001110 0 111001 1001 10001000 1010000 111000

Color Harmonies of #34E965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E965

Black with #34E965

Text Example


Text Example

White with #34E965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,233,101); }

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

background-color css

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

 a { background-color: rgb(52,233,101); }

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

border-color css

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

 span { border-color: rgb(52,233,101); }

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