Html Css Color HEX #38EF64 Emerald

📋 copy color: '#38EF64'

red 56 ◦ green 239 ◦ blue 100

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

Shades of Emerald #38EF64

Tints of Emerald #38EF64

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.51%

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

R = 14.18%
G = 60.51%
B = 25.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#38EF64 (or 0x38EF64) is known color: Emerald. HEX triplet: 38, EF and 64. RGB value is (56,239,100). Sum of RGB (Red+Green+Blue) = 56+239+100=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 239 (93.75% from 255 or 60.51% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 239 - color contains mainly: green. Hex color #38EF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EF64 is #C7109B. Grayscale: #A8A8A8. Windows color (decimal): -13045916 or 6614840. OLE color: 6614840.

HSL color Cylindrical-coordinate representation of color #38EF64: hue angle of 134.43º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38EF64 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 239 100 -
CMYK 0.77 0 0.58 0.06
HSL 134.43º 0.85% 0.58% -
HSV(B) 134.43º 0.77% 0.94% -
XYZ 34.8 63.49 22.48 -
YUV 168.44 89.37 47.8 -
System Red Green Blue C M Y K H S L
Decimal 56 239 100 0.77 0 0.58 0.06 134.43 0.85 0.58
Hex 38 EF 64 4D 0 3A 6 86 55 3A
Octal 70 357 144 115 0 72 6 206 125 72
Binary 111000 11101111 1100100 1001101 0 111010 110 10000110 1010101 111010

Color Harmonies of #38EF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EF64

Black with #38EF64

Text Example


Text Example

White with #38EF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,239,100); }

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

background-color css

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

 a { background-color: rgb(56,239,100); }

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

border-color css

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

 span { border-color: rgb(56,239,100); }

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