Html Css Color HEX #38D687 Shamrock

📋 copy color: '#38D687'

red 56 ◦ green 214 ◦ blue 135

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

Shades of Shamrock #38D687

Tints of Shamrock #38D687

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.84%

 BLUE value IS 135 (53.13% from 255) = 33.33%

R = 13.83%
G = 52.84%
B = 33.33%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#38D687 (or 0x38D687) is known color: Shamrock. HEX triplet: 38, D6 and 87. RGB value is (56,214,135). Sum of RGB (Red+Green+Blue) = 56+214+135=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #38D687 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D687 is #C72978. Grayscale: #9D9D9D. Windows color (decimal): -13052281 or 8902200. OLE color: 8902200.

HSL color Cylindrical-coordinate representation of color #38D687: hue angle of 150º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D687 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 135 -
CMYK 0.74 0 0.37 0.16
HSL 150º 0.66% 0.53% -
HSV(B) 150º 0.74% 0.84% -
XYZ 30.05 50.68 31.12 -
YUV 157.75 115.15 55.42 -
System Red Green Blue C M Y K H S L
Decimal 56 214 135 0.74 0 0.37 0.16 150 0.66 0.53
Hex 38 D6 87 4A 0 25 10 96 42 35
Octal 70 326 207 112 0 45 20 226 102 65
Binary 111000 11010110 10000111 1001010 0 100101 10000 10010110 1000010 110101

Color Harmonies of #38D687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D687

Black with #38D687

Text Example


Text Example

White with #38D687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,135); }

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

background-color css

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

 a { background-color: rgb(56,214,135); }

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

border-color css

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

 span { border-color: rgb(56,214,135); }

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