Html Css Color HEX #42B64B Fruit Salad

📋 copy color: '#42B64B'

red 66 ◦ green 182 ◦ blue 75

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

Shades of Fruit Salad #42B64B

Tints of Fruit Salad #42B64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

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

R = 20.43%
G = 56.35%
B = 23.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#42B64B (or 0x42B64B) is known color: Fruit Salad. HEX triplet: 42, B6 and 4B. RGB value is (66,182,75). Sum of RGB (Red+Green+Blue) = 66+182+75=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #42B64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B64B is #BD49B4. Grayscale: #878787. Windows color (decimal): -12405173 or 4961858. OLE color: 4961858.

HSL color Cylindrical-coordinate representation of color #42B64B: hue angle of 124.66º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B64B is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 182 75 -
CMYK 0.64 0 0.59 0.29
HSL 124.66º 0.47% 0.49% -
HSV(B) 124.66º 0.64% 0.71% -
XYZ 20.24 35.12 12.37 -
YUV 135.12 94.07 78.7 -
System Red Green Blue C M Y K H S L
Decimal 66 182 75 0.64 0 0.59 0.29 124.66 0.47 0.49
Hex 42 B6 4B 40 0 3B 1D 7D 2F 31
Octal 102 266 113 100 0 73 35 175 57 61
Binary 1000010 10110110 1001011 1000000 0 111011 11101 1111101 101111 110001

Color Harmonies of #42B64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B64B

Black with #42B64B

Text Example


Text Example

White with #42B64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42B64B; }

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

 H1.HeaderClassName
 {
   color: #42B64B;
 }
 .AnyTagClassName
 {
   color: #42B64B;
 }
</style>

background-color css

<style>
 a { background-color: #42B64B; }

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

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

border-color css

<style>
 span { border-color: #42B64B; }

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

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