Html Css Color HEX #38BC4E Fruit Salad

📋 copy color: '#38BC4E'

red 56 ◦ green 188 ◦ blue 78

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

Shades of Fruit Salad #38BC4E

Tints of Fruit Salad #38BC4E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.39%

 BLUE value IS 78 (30.86% from 255) = 24.22%

R = 17.39%
G = 58.39%
B = 24.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#38BC4E (or 0x38BC4E) is known color: Fruit Salad. HEX triplet: 38, BC and 4E. RGB value is (56,188,78). Sum of RGB (Red+Green+Blue) = 56+188+78=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC4E is #C743B1. Grayscale: #888888. Windows color (decimal): -13058994 or 5159992. OLE color: 5159992.

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

Color convert

RGB 56 188 78 -
CMYK 0.70 0 0.59 0.26
HSL 130º 0.54% 0.48% -
HSV(B) 130º 0.7% 0.74% -
XYZ 20.99 37.36 13.31 -
YUV 135.99 95.27 70.94 -
System Red Green Blue C M Y K H S L
Decimal 56 188 78 0.70 0 0.59 0.26 130 0.54 0.48
Hex 38 BC 4E 46 0 3B 1A 82 36 30
Octal 70 274 116 106 0 73 32 202 66 60
Binary 111000 10111100 1001110 1000110 0 111011 11010 10000010 110110 110000

Color Harmonies of #38BC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC4E

Black with #38BC4E

Text Example


Text Example

White with #38BC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,78); }

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

background-color css

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

 a { background-color: rgb(56,188,78); }

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

border-color css

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

 span { border-color: rgb(56,188,78); }

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