Html Css Color HEX #38D88D Shamrock

📋 copy color: '#38D88D'

red 56 ◦ green 216 ◦ blue 141

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

Shades of Shamrock #38D88D

Tints of Shamrock #38D88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.3%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 13.56%
G = 52.3%
B = 34.14%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#38D88D (or 0x38D88D) is known color: Shamrock. HEX triplet: 38, D8 and 8D. RGB value is (56,216,141). Sum of RGB (Red+Green+Blue) = 56+216+141=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 216 (84.77% from 255 or 52.30% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 216 - color contains mainly: green. Hex color #38D88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D88D is #C72772. Grayscale: #9F9F9F. Windows color (decimal): -13051763 or 9295928. OLE color: 9295928.

HSL color Cylindrical-coordinate representation of color #38D88D: hue angle of 151.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D88D is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 141 -
CMYK 0.74 0 0.35 0.15
HSL 151.88º 0.67% 0.53% -
HSV(B) 151.88º 0.74% 0.85% -
XYZ 30.99 51.88 33.58 -
YUV 159.61 117.49 54.1 -
System Red Green Blue C M Y K H S L
Decimal 56 216 141 0.74 0 0.35 0.15 151.88 0.67 0.53
Hex 38 D8 8D 4A 0 23 F 98 43 35
Octal 70 330 215 112 0 43 17 230 103 65
Binary 111000 11011000 10001101 1001010 0 100011 1111 10011000 1000011 110101

Color Harmonies of #38D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D88D

Black with #38D88D

Text Example


Text Example

White with #38D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,141); }

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

background-color css

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

 a { background-color: rgb(56,216,141); }

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

border-color css

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

 span { border-color: rgb(56,216,141); }

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