Html Css Color HEX #38BA4D Fruit Salad

📋 copy color: '#38BA4D'

red 56 ◦ green 186 ◦ blue 77

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

Shades of Fruit Salad #38BA4D

Tints of Fruit Salad #38BA4D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.31%

 BLUE value IS 77 (30.47% from 255) = 24.14%

R = 17.55%
G = 58.31%
B = 24.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#38BA4D (or 0x38BA4D) is known color: Fruit Salad. HEX triplet: 38, BA and 4D. RGB value is (56,186,77). Sum of RGB (Red+Green+Blue) = 56+186+77=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA4D is #C745B2. Grayscale: #878787. Windows color (decimal): -13059507 or 5093944. OLE color: 5093944.

HSL color Cylindrical-coordinate representation of color #38BA4D: hue angle of 129.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA4D is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 77 -
CMYK 0.70 0 0.59 0.27
HSL 129.69º 0.54% 0.47% -
HSV(B) 129.69º 0.7% 0.73% -
XYZ 20.53 36.49 12.98 -
YUV 134.7 95.43 71.86 -
System Red Green Blue C M Y K H S L
Decimal 56 186 77 0.70 0 0.59 0.27 129.69 0.54 0.47
Hex 38 BA 4D 46 0 3B 1B 82 36 2F
Octal 70 272 115 106 0 73 33 202 66 57
Binary 111000 10111010 1001101 1000110 0 111011 11011 10000010 110110 101111

Color Harmonies of #38BA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA4D

Black with #38BA4D

Text Example


Text Example

White with #38BA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,77); }

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

background-color css

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

 a { background-color: rgb(56,186,77); }

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

border-color css

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

 span { border-color: rgb(56,186,77); }

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