Html Css Color HEX #38F770 Emerald

📋 copy color: '#38F770'

red 56 ◦ green 247 ◦ blue 112

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

Shades of Emerald #38F770

Tints of Emerald #38F770

RGB

 RED value IS 56 (22.27% from 255) = 13.49%

 GREEN value IS 247 (96.88% from 255) = 59.52%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 13.49%
G = 59.52%
B = 26.99%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#38F770 (or 0x38F770) is known color: Emerald. HEX triplet: 38, F7 and 70. RGB value is (56,247,112). Sum of RGB (Red+Green+Blue) = 56+247+112=415 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.49% from 415); Green value is 247 (96.88% from 255 or 59.52% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 247 - color contains mainly: green. Hex color #38F770 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38F770 is #C7088F. Grayscale: #AEAEAE. Windows color (decimal): -13043856 or 7403320. OLE color: 7403320.

HSL color Cylindrical-coordinate representation of color #38F770: hue angle of 137.59º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F770 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 247 112 -
CMYK 0.77 0 0.55 0.03
HSL 137.59º 0.92% 0.59% -
HSV(B) 137.59º 0.77% 0.97% -
XYZ 37.82 68.53 26.56 -
YUV 174.5 92.72 43.48 -
System Red Green Blue C M Y K H S L
Decimal 56 247 112 0.77 0 0.55 0.03 137.59 0.92 0.59
Hex 38 F7 70 4D 0 37 3 8A 5C 3B
Octal 70 367 160 115 0 67 3 212 134 73
Binary 111000 11110111 1110000 1001101 0 110111 11 10001010 1011100 111011

Color Harmonies of #38F770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38F770

Black with #38F770

Text Example


Text Example

White with #38F770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38F770; }

 p { color: rgb(56,247,112); }

 H1.HeaderClassName
 {
   color: #38F770;
 }
 .AnyTagClassName
 {
   color: #38F770;
 }
</style>

background-color css

<style>
 a { background-color: #38F770; }

 a { background-color: rgb(56,247,112); }

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

border-color css

<style>
 span { border-color: #38F770; }

 span { border-color: rgb(56,247,112); }

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