Html Css Color HEX #38D68D Shamrock

📋 copy color: '#38D68D'

red 56 ◦ green 214 ◦ blue 141

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

Shades of Shamrock #38D68D

Tints of Shamrock #38D68D

RGB

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

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

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

R = 13.63%
G = 52.07%
B = 34.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#38D68D (or 0x38D68D) is known color: Shamrock. HEX triplet: 38, D6 and 8D. RGB value is (56,214,141). Sum of RGB (Red+Green+Blue) = 56+214+141=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #38D68D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D68D is #C72972. Grayscale: #9E9E9E. Windows color (decimal): -13052275 or 9295416. OLE color: 9295416.

HSL color Cylindrical-coordinate representation of color #38D68D: hue angle of 152.28º 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 #38D68D is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 141 -
CMYK 0.74 0 0.34 0.16
HSL 152.28º 0.66% 0.53% -
HSV(B) 152.28º 0.74% 0.84% -
XYZ 30.49 50.86 33.41 -
YUV 158.44 118.15 54.94 -
System Red Green Blue C M Y K H S L
Decimal 56 214 141 0.74 0 0.34 0.16 152.28 0.66 0.53
Hex 38 D6 8D 4A 0 22 10 98 42 35
Octal 70 326 215 112 0 42 20 230 102 65
Binary 111000 11010110 10001101 1001010 0 100010 10000 10011000 1000010 110101

Color Harmonies of #38D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D68D

Black with #38D68D

Text Example


Text Example

White with #38D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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