Html Css Color HEX #34F278 Emerald

📋 copy color: '#34F278'

red 52 ◦ green 242 ◦ blue 120

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

Shades of Emerald #34F278

Tints of Emerald #34F278

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.45%

 BLUE value IS 120 (47.27% from 255) = 28.99%

R = 12.56%
G = 58.45%
B = 28.99%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#34F278 (or 0x34F278) is known color: Emerald. HEX triplet: 34, F2 and 78. RGB value is (52,242,120). Sum of RGB (Red+Green+Blue) = 52+242+120=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 242 (94.92% from 255 or 58.45% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 242 - color contains mainly: green. Hex color #34F278 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F278 is #CB0D87. Grayscale: #ABABAB. Windows color (decimal): -13307272 or 7926324. OLE color: 7926324.

HSL color Cylindrical-coordinate representation of color #34F278: hue angle of 141.47º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F278 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 52 242 120 -
CMYK 0.79 0 0.50 0.05
HSL 141.47º 0.88% 0.58% -
HSV(B) 141.47º 0.79% 0.95% -
XYZ 36.56 65.59 28.5 -
YUV 171.28 99.05 42.92 -
System Red Green Blue C M Y K H S L
Decimal 52 242 120 0.79 0 0.50 0.05 141.47 0.88 0.58
Hex 34 F2 78 4F 0 32 5 8D 58 3A
Octal 64 362 170 117 0 62 5 215 130 72
Binary 110100 11110010 1111000 1001111 0 110010 101 10001101 1011000 111010

Color Harmonies of #34F278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F278

Black with #34F278

Text Example


Text Example

White with #34F278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,120); }

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

background-color css

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

 a { background-color: rgb(52,242,120); }

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

border-color css

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

 span { border-color: rgb(52,242,120); }

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