Html Css Color HEX #41C053 Fruit Salad

📋 copy color: '#41C053'

red 65 ◦ green 192 ◦ blue 83

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

Shades of Fruit Salad #41C053

Tints of Fruit Salad #41C053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 19.12%
G = 56.47%
B = 24.41%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#41C053 (or 0x41C053) is known color: Fruit Salad. HEX triplet: 41, C0 and 53. RGB value is (65,192,83). Sum of RGB (Red+Green+Blue) = 65+192+83=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #41C053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C053 is #BE3FAC. Grayscale: #8D8D8D. Windows color (decimal): -12468141 or 5488705. OLE color: 5488705.

HSL color Cylindrical-coordinate representation of color #41C053: hue angle of 128.5º 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 #41C053 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 83 -
CMYK 0.66 0 0.57 0.25
HSL 128.5º 0.5% 0.5% -
HSV(B) 128.5º 0.66% 0.75% -
XYZ 22.59 39.45 14.61 -
YUV 141.6 94.92 73.36 -
System Red Green Blue C M Y K H S L
Decimal 65 192 83 0.66 0 0.57 0.25 128.5 0.5 0.5
Hex 41 C0 53 42 0 39 19 81 32 32
Octal 101 300 123 102 0 71 31 201 62 62
Binary 1000001 11000000 1010011 1000010 0 111001 11001 10000001 110010 110010

Color Harmonies of #41C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C053

Black with #41C053

Text Example


Text Example

White with #41C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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