Html Css Color HEX #38CC90 Shamrock

📋 copy color: '#38CC90'

red 56 ◦ green 204 ◦ blue 144

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

Shades of Shamrock #38CC90

Tints of Shamrock #38CC90

RGB

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

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

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

R = 13.86%
G = 50.5%
B = 35.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#38CC90 (or 0x38CC90) is known color: Shamrock. HEX triplet: 38, CC and 90. RGB value is (56,204,144). Sum of RGB (Red+Green+Blue) = 56+204+144=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CC90 is #C7336F. Grayscale: #999999. Windows color (decimal): -13054832 or 9489464. OLE color: 9489464.

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

Color convert

RGB 56 204 144 -
CMYK 0.73 0 0.29 0.2
HSL 155.68º 0.59% 0.51% -
HSV(B) 155.68º 0.73% 0.8% -
XYZ 28.26 46.04 33.78 -
YUV 152.91 122.97 58.88 -
System Red Green Blue C M Y K H S L
Decimal 56 204 144 0.73 0 0.29 0.2 155.68 0.59 0.51
Hex 38 CC 90 49 0 1D 14 9C 3B 33
Octal 70 314 220 111 0 35 24 234 73 63
Binary 111000 11001100 10010000 1001001 0 11101 10100 10011100 111011 110011

Color Harmonies of #38CC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC90

Black with #38CC90

Text Example


Text Example

White with #38CC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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