Html Css Color HEX #38D083 Shamrock

📋 copy color: '#38D083'

red 56 ◦ green 208 ◦ blue 131

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

Shades of Shamrock #38D083

Tints of Shamrock #38D083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 14.18%
G = 52.66%
B = 33.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#38D083 (or 0x38D083) is known color: Shamrock. HEX triplet: 38, D0 and 83. RGB value is (56,208,131). Sum of RGB (Red+Green+Blue) = 56+208+131=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #38D083 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D083 is #C72F7C. Grayscale: #999999. Windows color (decimal): -13053821 or 8638520. OLE color: 8638520.

HSL color Cylindrical-coordinate representation of color #38D083: hue angle of 149.61º degrees, saturation: 0.62, 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 #38D083 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 131 -
CMYK 0.73 0 0.37 0.18
HSL 149.61º 0.62% 0.52% -
HSV(B) 149.61º 0.73% 0.82% -
XYZ 28.28 47.59 29.17 -
YUV 153.77 115.14 58.26 -
System Red Green Blue C M Y K H S L
Decimal 56 208 131 0.73 0 0.37 0.18 149.61 0.62 0.52
Hex 38 D0 83 49 0 25 12 96 3E 34
Octal 70 320 203 111 0 45 22 226 76 64
Binary 111000 11010000 10000011 1001001 0 100101 10010 10010110 111110 110100

Color Harmonies of #38D083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D083

Black with #38D083

Text Example


Text Example

White with #38D083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,131); }

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

background-color css

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

 a { background-color: rgb(56,208,131); }

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

border-color css

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

 span { border-color: rgb(56,208,131); }

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