Html Css Color HEX #38CC95 Shamrock

📋 copy color: '#38CC95'

red 56 ◦ green 204 ◦ blue 149

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

Shades of Shamrock #38CC95

Tints of Shamrock #38CC95

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 13.69%
G = 49.88%
B = 36.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#38CC95 (or 0x38CC95) is known color: Shamrock. HEX triplet: 38, CC and 95. RGB value is (56,204,149). Sum of RGB (Red+Green+Blue) = 56+204+149=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CC95 is #C7336A. Grayscale: #999999. Windows color (decimal): -13054827 or 9817144. OLE color: 9817144.

HSL color Cylindrical-coordinate representation of color #38CC95: hue angle of 157.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC95 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 149 -
CMYK 0.73 0 0.27 0.2
HSL 157.7º 0.59% 0.51% -
HSV(B) 157.7º 0.73% 0.8% -
XYZ 28.65 46.2 35.84 -
YUV 153.48 125.47 58.47 -
System Red Green Blue C M Y K H S L
Decimal 56 204 149 0.73 0 0.27 0.2 157.7 0.59 0.51
Hex 38 CC 95 49 0 1B 14 9E 3B 33
Octal 70 314 225 111 0 33 24 236 73 63
Binary 111000 11001100 10010101 1001001 0 11011 10100 10011110 111011 110011

Color Harmonies of #38CC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC95

Black with #38CC95

Text Example


Text Example

White with #38CC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,204,149); }

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

background-color css

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

 a { background-color: rgb(56,204,149); }

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

border-color css

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

 span { border-color: rgb(56,204,149); }

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