Html Css Color HEX #38CC7D Emerald

📋 copy color: '#38CC7D'

red 56 ◦ green 204 ◦ blue 125

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

Shades of Emerald #38CC7D

Tints of Emerald #38CC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 14.55%
G = 52.99%
B = 32.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#38CC7D (or 0x38CC7D) is known color: Emerald. HEX triplet: 38, CC and 7D. RGB value is (56,204,125). Sum of RGB (Red+Green+Blue) = 56+204+125=385 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.55% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CC7D is #C73382. Grayscale: #969696. Windows color (decimal): -13054851 or 8244280. OLE color: 8244280.

HSL color Cylindrical-coordinate representation of color #38CC7D: hue angle of 147.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC7D is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 125 -
CMYK 0.73 0 0.39 0.2
HSL 147.97º 0.59% 0.51% -
HSV(B) 147.97º 0.73% 0.8% -
XYZ 26.93 45.51 26.77 -
YUV 150.74 113.47 60.42 -
System Red Green Blue C M Y K H S L
Decimal 56 204 125 0.73 0 0.39 0.2 147.97 0.59 0.51
Hex 38 CC 7D 49 0 27 14 94 3B 33
Octal 70 314 175 111 0 47 24 224 73 63
Binary 111000 11001100 1111101 1001001 0 100111 10100 10010100 111011 110011

Color Harmonies of #38CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC7D

Black with #38CC7D

Text Example


Text Example

White with #38CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,125); }

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

background-color css

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

 a { background-color: rgb(56,204,125); }

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

border-color css

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

 span { border-color: rgb(56,204,125); }

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