Html Css Color HEX #42983D Fruit Salad

📋 copy color: '#42983D'

red 66 ◦ green 152 ◦ blue 61

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

Shades of Fruit Salad #42983D

Tints of Fruit Salad #42983D

RGB

 RED value IS 66 (26.17% from 255) = 23.66%

 GREEN value IS 152 (59.77% from 255) = 54.48%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 23.66%
G = 54.48%
B = 21.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#42983D (or 0x42983D) is known color: Fruit Salad. HEX triplet: 42, 98 and 3D. RGB value is (66,152,61). Sum of RGB (Red+Green+Blue) = 66+152+61=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #42983D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42983D is #BD67C2. Grayscale: #747474. Windows color (decimal): -12412867 or 4036674. OLE color: 4036674.

HSL color Cylindrical-coordinate representation of color #42983D: hue angle of 116.7º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42983D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 61 -
CMYK 0.57 0 0.60 0.40
HSL 116.7º 0.43% 0.42% -
HSV(B) 116.7º 0.6% 0.6% -
XYZ 14.32 23.95 8.28 -
YUV 115.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 66 152 61 0.57 0 0.60 0.40 116.7 0.43 0.42
Hex 42 98 3D 39 0 3C 28 75 2B 2A
Octal 102 230 75 71 0 74 50 165 53 52
Binary 1000010 10011000 111101 111001 0 111100 101000 1110101 101011 101010

Color Harmonies of #42983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42983D

Black with #42983D

Text Example


Text Example

White with #42983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42983D; }

 p { color: rgb(66,152,61); }

 H1.HeaderClassName
 {
   color: #42983D;
 }
 .AnyTagClassName
 {
   color: #42983D;
 }
</style>

background-color css

<style>
 a { background-color: #42983D; }

 a { background-color: rgb(66,152,61); }

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

border-color css

<style>
 span { border-color: #42983D; }

 span { border-color: rgb(66,152,61); }

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