Html Css Color HEX #38CB90 Shamrock

📋 copy color: '#38CB90'

red 56 ◦ green 203 ◦ blue 144

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

Shades of Shamrock #38CB90

Tints of Shamrock #38CB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 13.9%
G = 50.37%
B = 35.73%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#38CB90 (or 0x38CB90) is known color: Shamrock. HEX triplet: 38, CB and 90. RGB value is (56,203,144). Sum of RGB (Red+Green+Blue) = 56+203+144=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CB90 is #C7346F. Grayscale: #989898. Windows color (decimal): -13055088 or 9489208. OLE color: 9489208.

HSL color Cylindrical-coordinate representation of color #38CB90: hue angle of 155.92º 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 #38CB90 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 144 -
CMYK 0.72 0 0.29 0.20
HSL 155.92º 0.59% 0.51% -
HSV(B) 155.92º 0.72% 0.8% -
XYZ 28.02 45.57 33.7 -
YUV 152.32 123.3 59.3 -
System Red Green Blue C M Y K H S L
Decimal 56 203 144 0.72 0 0.29 0.20 155.92 0.59 0.51
Hex 38 CB 90 48 0 1D 14 9C 3B 33
Octal 70 313 220 110 0 35 24 234 73 63
Binary 111000 11001011 10010000 1001000 0 11101 10100 10011100 111011 110011

Color Harmonies of #38CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB90

Black with #38CB90

Text Example


Text Example

White with #38CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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