Html Css Color HEX #38BA4C Fruit Salad

📋 copy color: '#38BA4C'

red 56 ◦ green 186 ◦ blue 76

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

Shades of Fruit Salad #38BA4C

Tints of Fruit Salad #38BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.9%

R = 17.61%
G = 58.49%
B = 23.9%

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

#38BA4C (or 0x38BA4C) is known color: Fruit Salad. HEX triplet: 38, BA and 4C. RGB value is (56,186,76). Sum of RGB (Red+Green+Blue) = 56+186+76=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BA4C is #C745B3. Grayscale: #868686. Windows color (decimal): -13059508 or 5028408. OLE color: 5028408.

HSL color Cylindrical-coordinate representation of color #38BA4C: hue angle of 129.23º 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 #38BA4C is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 76 -
CMYK 0.70 0 0.59 0.27
HSL 129.23º 0.54% 0.47% -
HSV(B) 129.23º 0.7% 0.73% -
XYZ 20.49 36.48 12.8 -
YUV 134.59 94.93 71.94 -
System Red Green Blue C M Y K H S L
Decimal 56 186 76 0.70 0 0.59 0.27 129.23 0.54 0.47
Hex 38 BA 4C 46 0 3B 1B 81 36 2F
Octal 70 272 114 106 0 73 33 201 66 57
Binary 111000 10111010 1001100 1000110 0 111011 11011 10000001 110110 101111

Color Harmonies of #38BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA4C

Black with #38BA4C

Text Example


Text Example

White with #38BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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