Html Css Color HEX #34AF40 Fruit Salad

📋 copy color: '#34AF40'

red 52 ◦ green 175 ◦ blue 64

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

Shades of Fruit Salad #34AF40

Tints of Fruit Salad #34AF40

RGB

 RED value IS 52 (20.7% from 255) = 17.87%

 GREEN value IS 175 (68.75% from 255) = 60.14%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 17.87%
G = 60.14%
B = 21.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#34AF40 (or 0x34AF40) is known color: Fruit Salad. HEX triplet: 34, AF and 40. RGB value is (52,175,64). Sum of RGB (Red+Green+Blue) = 52+175+64=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AF40 is #CB50BF. Grayscale: #7D7D7D. Windows color (decimal): -13324480 or 4239156. OLE color: 4239156.

HSL color Cylindrical-coordinate representation of color #34AF40: hue angle of 125.85º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF40 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 64 -
CMYK 0.70 0 0.63 0.31
HSL 125.85º 0.54% 0.45% -
HSV(B) 125.85º 0.7% 0.69% -
XYZ 17.67 31.76 10.05 -
YUV 125.57 93.25 75.53 -
System Red Green Blue C M Y K H S L
Decimal 52 175 64 0.70 0 0.63 0.31 125.85 0.54 0.45
Hex 34 AF 40 46 0 3F 1F 7E 36 2D
Octal 64 257 100 106 0 77 37 176 66 55
Binary 110100 10101111 1000000 1000110 0 111111 11111 1111110 110110 101101

Color Harmonies of #34AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF40

Black with #34AF40

Text Example


Text Example

White with #34AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34AF40; }

 p { color: rgb(52,175,64); }

 H1.HeaderClassName
 {
   color: #34AF40;
 }
 .AnyTagClassName
 {
   color: #34AF40;
 }
</style>

background-color css

<style>
 a { background-color: #34AF40; }

 a { background-color: rgb(52,175,64); }

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

border-color css

<style>
 span { border-color: #34AF40; }

 span { border-color: rgb(52,175,64); }

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