Html Css Color HEX #38D25F Emerald

📋 copy color: '#38D25F'

red 56 ◦ green 210 ◦ blue 95

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

Shades of Emerald #38D25F

Tints of Emerald #38D25F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 58.17%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 15.51%
G = 58.17%
B = 26.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#38D25F (or 0x38D25F) is known color: Emerald. HEX triplet: 38, D2 and 5F. RGB value is (56,210,95). Sum of RGB (Red+Green+Blue) = 56+210+95=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #38D25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D25F is #C72DA0. Grayscale: #979797. Windows color (decimal): -13053345 or 6279736. OLE color: 6279736.

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

Color convert

RGB 56 210 95 -
CMYK 0.73 0 0.55 0.18
HSL 135.19º 0.63% 0.52% -
HSV(B) 135.19º 0.73% 0.82% -
XYZ 26.74 47.76 18.64 -
YUV 150.84 96.48 60.35 -
System Red Green Blue C M Y K H S L
Decimal 56 210 95 0.73 0 0.55 0.18 135.19 0.63 0.52
Hex 38 D2 5F 49 0 37 12 87 3F 34
Octal 70 322 137 111 0 67 22 207 77 64
Binary 111000 11010010 1011111 1001001 0 110111 10010 10000111 111111 110100

Color Harmonies of #38D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D25F

Black with #38D25F

Text Example


Text Example

White with #38D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,210,95); }

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

background-color css

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

 a { background-color: rgb(56,210,95); }

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

border-color css

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

 span { border-color: rgb(56,210,95); }

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