Html Css Color HEX #38B143 Fruit Salad

📋 copy color: '#38B143'

red 56 ◦ green 177 ◦ blue 67

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

Shades of Fruit Salad #38B143

Tints of Fruit Salad #38B143

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59%

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 18.67%
G = 59%
B = 22.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#38B143 (or 0x38B143) is known color: Fruit Salad. HEX triplet: 38, B1 and 43. RGB value is (56,177,67). Sum of RGB (Red+Green+Blue) = 56+177+67=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #38B143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B143 is #C74EBC. Grayscale: #808080. Windows color (decimal): -13061821 or 4436280. OLE color: 4436280.

HSL color Cylindrical-coordinate representation of color #38B143: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B143 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 177 67 -
CMYK 0.68 0 0.62 0.31
HSL 125.45º 0.52% 0.46% -
HSV(B) 125.45º 0.68% 0.69% -
XYZ 18.37 32.69 10.65 -
YUV 128.28 93.41 76.44 -
System Red Green Blue C M Y K H S L
Decimal 56 177 67 0.68 0 0.62 0.31 125.45 0.52 0.46
Hex 38 B1 43 44 0 3E 1F 7D 34 2E
Octal 70 261 103 104 0 76 37 175 64 56
Binary 111000 10110001 1000011 1000100 0 111110 11111 1111101 110100 101110

Color Harmonies of #38B143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B143

Black with #38B143

Text Example


Text Example

White with #38B143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,177,67); }

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

background-color css

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

 a { background-color: rgb(56,177,67); }

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

border-color css

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

 span { border-color: rgb(56,177,67); }

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