Html Css Color HEX #38EC66 Emerald

📋 copy color: '#38EC66'

red 56 ◦ green 236 ◦ blue 102

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

Shades of Emerald #38EC66

Tints of Emerald #38EC66

RGB

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

 GREEN value IS 236 (92.58% from 255) = 59.9%

 BLUE value IS 102 (40.23% from 255) = 25.89%

R = 14.21%
G = 59.9%
B = 25.89%

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

#38EC66 (or 0x38EC66) is known color: Emerald. HEX triplet: 38, EC and 66. RGB value is (56,236,102). Sum of RGB (Red+Green+Blue) = 56+236+102=394 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.21% from 394); Green value is 236 (92.58% from 255 or 59.90% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #38EC66 is #C71399. Grayscale: #A7A7A7. Windows color (decimal): -13046682 or 6745144. OLE color: 6745144.

HSL color Cylindrical-coordinate representation of color #38EC66: hue angle of 135.33º 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 #38EC66 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 236 102 -
CMYK 0.76 0 0.57 0.07
HSL 135.33º 0.83% 0.57% -
HSV(B) 135.33º 0.76% 0.93% -
XYZ 34.02 61.79 22.7 -
YUV 166.9 91.37 48.9 -
System Red Green Blue C M Y K H S L
Decimal 56 236 102 0.76 0 0.57 0.07 135.33 0.83 0.57
Hex 38 EC 66 4C 0 39 7 87 53 39
Octal 70 354 146 114 0 71 7 207 123 71
Binary 111000 11101100 1100110 1001100 0 111001 111 10000111 1010011 111001

Color Harmonies of #38EC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EC66

Black with #38EC66

Text Example


Text Example

White with #38EC66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,236,102); }

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

background-color css

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

 a { background-color: rgb(56,236,102); }

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

border-color css

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

 span { border-color: rgb(56,236,102); }

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