Html Css Color HEX #42964B Fruit Salad

📋 copy color: '#42964B'

red 66 ◦ green 150 ◦ blue 75

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

Shades of Fruit Salad #42964B

Tints of Fruit Salad #42964B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.55%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 22.68%
G = 51.55%
B = 25.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#42964B (or 0x42964B) is known color: Fruit Salad. HEX triplet: 42, 96 and 4B. RGB value is (66,150,75). Sum of RGB (Red+Green+Blue) = 66+150+75=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #42964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42964B is #BD69B4. Grayscale: #747474. Windows color (decimal): -12413365 or 4953666. OLE color: 4953666.

HSL color Cylindrical-coordinate representation of color #42964B: hue angle of 126.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42964B is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 150 75 -
CMYK 0.56 0 0.5 0.41
HSL 126.43º 0.39% 0.42% -
HSV(B) 126.43º 0.56% 0.59% -
XYZ 14.42 23.48 10.43 -
YUV 116.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 66 150 75 0.56 0 0.5 0.41 126.43 0.39 0.42
Hex 42 96 4B 38 0 32 29 7E 27 2A
Octal 102 226 113 70 0 62 51 176 47 52
Binary 1000010 10010110 1001011 111000 0 110010 101001 1111110 100111 101010

Color Harmonies of #42964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42964B

Black with #42964B

Text Example


Text Example

White with #42964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42964B; }

 p { color: rgb(66,150,75); }

 H1.HeaderClassName
 {
   color: #42964B;
 }
 .AnyTagClassName
 {
   color: #42964B;
 }
</style>

background-color css

<style>
 a { background-color: #42964B; }

 a { background-color: rgb(66,150,75); }

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

border-color css

<style>
 span { border-color: #42964B; }

 span { border-color: rgb(66,150,75); }

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