Html Css Color HEX #41C04C Fruit Salad

📋 copy color: '#41C04C'

red 65 ◦ green 192 ◦ blue 76

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

Shades of Fruit Salad #41C04C

Tints of Fruit Salad #41C04C

RGB

 RED value IS 65 (25.78% from 255) = 19.52%

 GREEN value IS 192 (75.39% from 255) = 57.66%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 19.52%
G = 57.66%
B = 22.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#41C04C (or 0x41C04C) is known color: Fruit Salad. HEX triplet: 41, C0 and 4C. RGB value is (65,192,76). Sum of RGB (Red+Green+Blue) = 65+192+76=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #41C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C04C is #BE3FB3. Grayscale: #8D8D8D. Windows color (decimal): -12468148 or 5029953. OLE color: 5029953.

HSL color Cylindrical-coordinate representation of color #41C04C: hue angle of 125.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C04C is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 76 -
CMYK 0.66 0 0.60 0.25
HSL 125.2º 0.5% 0.5% -
HSV(B) 125.2º 0.66% 0.75% -
XYZ 22.33 39.34 13.25 -
YUV 140.8 91.42 73.93 -
System Red Green Blue C M Y K H S L
Decimal 65 192 76 0.66 0 0.60 0.25 125.2 0.5 0.5
Hex 41 C0 4C 42 0 3C 19 7D 32 32
Octal 101 300 114 102 0 74 31 175 62 62
Binary 1000001 11000000 1001100 1000010 0 111100 11001 1111101 110010 110010

Color Harmonies of #41C04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C04C

Black with #41C04C

Text Example


Text Example

White with #41C04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41C04C; }

 p { color: rgb(65,192,76); }

 H1.HeaderClassName
 {
   color: #41C04C;
 }
 .AnyTagClassName
 {
   color: #41C04C;
 }
</style>

background-color css

<style>
 a { background-color: #41C04C; }

 a { background-color: rgb(65,192,76); }

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

border-color css

<style>
 span { border-color: #41C04C; }

 span { border-color: rgb(65,192,76); }

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