Html Css Color HEX #38CB98 Shamrock

📋 copy color: '#38CB98'

red 56 ◦ green 203 ◦ blue 152

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

Shades of Shamrock #38CB98

Tints of Shamrock #38CB98

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.39%

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 13.63%
G = 49.39%
B = 36.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#38CB98 (or 0x38CB98) is known color: Shamrock. HEX triplet: 38, CB and 98. RGB value is (56,203,152). Sum of RGB (Red+Green+Blue) = 56+203+152=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB98 is #C73467. Grayscale: #999999. Windows color (decimal): -13055080 or 10013496. OLE color: 10013496.

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

Color convert

RGB 56 203 152 -
CMYK 0.72 0 0.25 0.20
HSL 159.18º 0.59% 0.51% -
HSV(B) 159.18º 0.72% 0.8% -
XYZ 28.65 45.82 37.04 -
YUV 153.23 127.3 58.65 -
System Red Green Blue C M Y K H S L
Decimal 56 203 152 0.72 0 0.25 0.20 159.18 0.59 0.51
Hex 38 CB 98 48 0 19 14 9F 3B 33
Octal 70 313 230 110 0 31 24 237 73 63
Binary 111000 11001011 10011000 1001000 0 11001 10100 10011111 111011 110011

Color Harmonies of #38CB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB98

Black with #38CB98

Text Example


Text Example

White with #38CB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,203,152); }

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

background-color css

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

 a { background-color: rgb(56,203,152); }

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

border-color css

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

 span { border-color: rgb(56,203,152); }

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