Html Css Color HEX #38D690 Shamrock

📋 copy color: '#38D690'

red 56 ◦ green 214 ◦ blue 144

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

Shades of Shamrock #38D690

Tints of Shamrock #38D690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.69%

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

R = 13.53%
G = 51.69%
B = 34.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#38D690 (or 0x38D690) is known color: Shamrock. HEX triplet: 38, D6 and 90. RGB value is (56,214,144). Sum of RGB (Red+Green+Blue) = 56+214+144=414 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.53% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #38D690 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38D690 is #C7296F. Grayscale: #9E9E9E. Windows color (decimal): -13052272 or 9492024. OLE color: 9492024.

HSL color Cylindrical-coordinate representation of color #38D690: hue angle of 153.42º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D690 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 144 -
CMYK 0.74 0 0.33 0.16
HSL 153.42º 0.66% 0.53% -
HSV(B) 153.42º 0.74% 0.84% -
XYZ 30.71 50.95 34.6 -
YUV 158.78 119.65 54.69 -
System Red Green Blue C M Y K H S L
Decimal 56 214 144 0.74 0 0.33 0.16 153.42 0.66 0.53
Hex 38 D6 90 4A 0 21 10 99 42 35
Octal 70 326 220 112 0 41 20 231 102 65
Binary 111000 11010110 10010000 1001010 0 100001 10000 10011001 1000010 110101

Color Harmonies of #38D690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D690

Black with #38D690

Text Example


Text Example

White with #38D690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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