Html Css Color HEX #41BC4B Fruit Salad

📋 copy color: '#41BC4B'

red 65 ◦ green 188 ◦ blue 75

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

Shades of Fruit Salad #41BC4B

Tints of Fruit Salad #41BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.32%

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

R = 19.82%
G = 57.32%
B = 22.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#41BC4B (or 0x41BC4B) is known color: Fruit Salad. HEX triplet: 41, BC and 4B. RGB value is (65,188,75). Sum of RGB (Red+Green+Blue) = 65+188+75=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #41BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BC4B is #BE43B4. Grayscale: #8A8A8A. Windows color (decimal): -12469173 or 4963393. OLE color: 4963393.

HSL color Cylindrical-coordinate representation of color #41BC4B: hue angle of 124.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BC4B is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 188 75 -
CMYK 0.65 0 0.60 0.26
HSL 124.88º 0.49% 0.5% -
HSV(B) 124.88º 0.65% 0.74% -
XYZ 21.43 37.6 12.78 -
YUV 138.34 92.25 75.69 -
System Red Green Blue C M Y K H S L
Decimal 65 188 75 0.65 0 0.60 0.26 124.88 0.49 0.5
Hex 41 BC 4B 41 0 3C 1A 7D 31 32
Octal 101 274 113 101 0 74 32 175 61 62
Binary 1000001 10111100 1001011 1000001 0 111100 11010 1111101 110001 110010

Color Harmonies of #41BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BC4B

Black with #41BC4B

Text Example


Text Example

White with #41BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,188,75); }

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

background-color css

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

 a { background-color: rgb(65,188,75); }

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

border-color css

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

 span { border-color: rgb(65,188,75); }

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