Html Css Color HEX #38CF5D Emerald

📋 copy color: '#38CF5D'

red 56 ◦ green 207 ◦ blue 93

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

Shades of Emerald #38CF5D

Tints of Emerald #38CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.15%

 BLUE value IS 93 (36.72% from 255) = 26.12%

R = 15.73%
G = 58.15%
B = 26.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#38CF5D (or 0x38CF5D) is known color: Emerald. HEX triplet: 38, CF and 5D. RGB value is (56,207,93). Sum of RGB (Red+Green+Blue) = 56+207+93=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CF5D is #C730A2. Grayscale: #959595. Windows color (decimal): -13054115 or 6147896. OLE color: 6147896.

HSL color Cylindrical-coordinate representation of color #38CF5D: hue angle of 134.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CF5D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 93 -
CMYK 0.73 0 0.55 0.19
HSL 134.7º 0.61% 0.52% -
HSV(B) 134.7º 0.73% 0.81% -
XYZ 25.92 46.26 17.92 -
YUV 148.86 96.47 61.77 -
System Red Green Blue C M Y K H S L
Decimal 56 207 93 0.73 0 0.55 0.19 134.7 0.61 0.52
Hex 38 CF 5D 49 0 37 13 87 3D 34
Octal 70 317 135 111 0 67 23 207 75 64
Binary 111000 11001111 1011101 1001001 0 110111 10011 10000111 111101 110100

Color Harmonies of #38CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF5D

Black with #38CF5D

Text Example


Text Example

White with #38CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,207,93); }

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

background-color css

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

 a { background-color: rgb(56,207,93); }

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

border-color css

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

 span { border-color: rgb(56,207,93); }

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