Html Css Color HEX #38ED65 Emerald

📋 copy color: '#38ED65'

red 56 ◦ green 237 ◦ blue 101

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

Shades of Emerald #38ED65

Tints of Emerald #38ED65

RGB

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

 GREEN value IS 237 (92.97% from 255) = 60.15%

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

R = 14.21%
G = 60.15%
B = 25.63%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#38ED65 (or 0x38ED65) is known color: Emerald. HEX triplet: 38, ED and 65. RGB value is (56,237,101). Sum of RGB (Red+Green+Blue) = 56+237+101=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 237 (92.97% from 255 or 60.15% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38ED65 is #C7129A. Grayscale: #A7A7A7. Windows color (decimal): -13046427 or 6679864. OLE color: 6679864.

HSL color Cylindrical-coordinate representation of color #38ED65: hue angle of 134.92º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38ED65 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 237 101 -
CMYK 0.76 0 0.57 0.07
HSL 134.92º 0.83% 0.57% -
HSV(B) 134.92º 0.76% 0.93% -
XYZ 34.26 62.35 22.54 -
YUV 167.38 90.53 48.56 -
System Red Green Blue C M Y K H S L
Decimal 56 237 101 0.76 0 0.57 0.07 134.92 0.83 0.57
Hex 38 ED 65 4C 0 39 7 87 53 39
Octal 70 355 145 114 0 71 7 207 123 71
Binary 111000 11101101 1100101 1001100 0 111001 111 10000111 1010011 111001

Color Harmonies of #38ED65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ED65

Black with #38ED65

Text Example


Text Example

White with #38ED65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,237,101); }

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

background-color css

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

 a { background-color: rgb(56,237,101); }

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

border-color css

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

 span { border-color: rgb(56,237,101); }

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