Html Css Color HEX #4CBE4B Fruit Salad

📋 copy color: '#4CBE4B'

red 76 ◦ green 190 ◦ blue 75

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

Shades of Fruit Salad #4CBE4B

Tints of Fruit Salad #4CBE4B

RGB

 RED value IS 76 (30.08% from 255) = 22.29%

 GREEN value IS 190 (74.61% from 255) = 55.72%

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

R = 22.29%
G = 55.72%
B = 21.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#4CBE4B (or 0x4CBE4B) is known color: Fruit Salad. HEX triplet: 4C, BE and 4B. RGB value is (76,190,75). Sum of RGB (Red+Green+Blue) = 76+190+75=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #4CBE4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CBE4B is #B341B4. Grayscale: #8F8F8F. Windows color (decimal): -11747765 or 4963916. OLE color: 4963916.

HSL color Cylindrical-coordinate representation of color #4CBE4B: hue angle of 119.48º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CBE4B is Cyan = 0.60, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 76 190 75 -
CMYK 0.60 0 0.61 0.25
HSL 119.48º 0.47% 0.52% -
HSV(B) 119.48º 0.61% 0.75% -
XYZ 22.66 38.87 12.97 -
YUV 142.8 89.73 80.35 -
System Red Green Blue C M Y K H S L
Decimal 76 190 75 0.60 0 0.61 0.25 119.48 0.47 0.52
Hex 4C BE 4B 3C 0 3D 19 77 2F 34
Octal 114 276 113 74 0 75 31 167 57 64
Binary 1001100 10111110 1001011 111100 0 111101 11001 1110111 101111 110100

Color Harmonies of #4CBE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBE4B

Black with #4CBE4B

Text Example


Text Example

White with #4CBE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CBE4B; }

 p { color: rgb(76,190,75); }

 H1.HeaderClassName
 {
   color: #4CBE4B;
 }
 .AnyTagClassName
 {
   color: #4CBE4B;
 }
</style>

background-color css

<style>
 a { background-color: #4CBE4B; }

 a { background-color: rgb(76,190,75); }

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

border-color css

<style>
 span { border-color: #4CBE4B; }

 span { border-color: rgb(76,190,75); }

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