Html Css Color HEX #42AC4B Fruit Salad

📋 copy color: '#42AC4B'

red 66 ◦ green 172 ◦ blue 75

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

Shades of Fruit Salad #42AC4B

Tints of Fruit Salad #42AC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.95%

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

R = 21.09%
G = 54.95%
B = 23.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#42AC4B (or 0x42AC4B) is known color: Fruit Salad. HEX triplet: 42, AC and 4B. RGB value is (66,172,75). Sum of RGB (Red+Green+Blue) = 66+172+75=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC4B is #BD53B4. Grayscale: #818181. Windows color (decimal): -12407733 or 4959298. OLE color: 4959298.

HSL color Cylindrical-coordinate representation of color #42AC4B: hue angle of 125.09º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC4B is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 75 -
CMYK 0.62 0 0.56 0.33
HSL 125.09º 0.45% 0.47% -
HSV(B) 125.09º 0.62% 0.67% -
XYZ 18.27 31.17 11.71 -
YUV 129.25 97.38 82.89 -
System Red Green Blue C M Y K H S L
Decimal 66 172 75 0.62 0 0.56 0.33 125.09 0.45 0.47
Hex 42 AC 4B 3E 0 38 21 7D 2D 2F
Octal 102 254 113 76 0 70 41 175 55 57
Binary 1000010 10101100 1001011 111110 0 111000 100001 1111101 101101 101111

Color Harmonies of #42AC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC4B

Black with #42AC4B

Text Example


Text Example

White with #42AC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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