Html Css Color HEX #38AB42 Fruit Salad

📋 copy color: '#38AB42'

red 56 ◦ green 171 ◦ blue 66

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

Shades of Fruit Salad #38AB42

Tints of Fruit Salad #38AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.36%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 19.11%
G = 58.36%
B = 22.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#38AB42 (or 0x38AB42) is known color: Fruit Salad. HEX triplet: 38, AB and 42. RGB value is (56,171,66). Sum of RGB (Red+Green+Blue) = 56+171+66=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 171 (67.19% from 255 or 58.36% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AB42 is #C754BD. Grayscale: #7C7C7C. Windows color (decimal): -13063358 or 4369208. OLE color: 4369208.

HSL color Cylindrical-coordinate representation of color #38AB42: hue angle of 125.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB42 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 66 -
CMYK 0.67 0 0.61 0.33
HSL 125.22º 0.51% 0.45% -
HSV(B) 125.22º 0.67% 0.67% -
XYZ 17.18 30.36 10.11 -
YUV 124.65 94.9 79.04 -
System Red Green Blue C M Y K H S L
Decimal 56 171 66 0.67 0 0.61 0.33 125.22 0.51 0.45
Hex 38 AB 42 43 0 3D 21 7D 33 2D
Octal 70 253 102 103 0 75 41 175 63 55
Binary 111000 10101011 1000010 1000011 0 111101 100001 1111101 110011 101101

Color Harmonies of #38AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB42

Black with #38AB42

Text Example


Text Example

White with #38AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,171,66); }

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

background-color css

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

 a { background-color: rgb(56,171,66); }

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

border-color css

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

 span { border-color: rgb(56,171,66); }

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