Html Css Color HEX #4BBD65 Emerald

📋 copy color: '#4BBD65'

red 75 ◦ green 189 ◦ blue 101

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

Shades of Emerald #4BBD65

Tints of Emerald #4BBD65

RGB

 RED value IS 75 (29.69% from 255) = 20.55%

 GREEN value IS 189 (74.22% from 255) = 51.78%

 BLUE value IS 101 (39.84% from 255) = 27.67%

R = 20.55%
G = 51.78%
B = 27.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#4BBD65 (or 0x4BBD65) is known color: Emerald. HEX triplet: 4B, BD and 65. RGB value is (75,189,101). Sum of RGB (Red+Green+Blue) = 75+189+101=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD65 is #B4429A. Grayscale: #919191. Windows color (decimal): -11813531 or 6667595. OLE color: 6667595.

HSL color Cylindrical-coordinate representation of color #4BBD65: hue angle of 133.68º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBD65 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 189 101 -
CMYK 0.60 0 0.47 0.26
HSL 133.68º 0.46% 0.52% -
HSV(B) 133.68º 0.6% 0.74% -
XYZ 23.45 38.83 18.57 -
YUV 144.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 75 189 101 0.60 0 0.47 0.26 133.68 0.46 0.52
Hex 4B BD 65 3C 0 2F 1A 86 2E 34
Octal 113 275 145 74 0 57 32 206 56 64
Binary 1001011 10111101 1100101 111100 0 101111 11010 10000110 101110 110100

Color Harmonies of #4BBD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBD65

Black with #4BBD65

Text Example


Text Example

White with #4BBD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,189,101); }

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

background-color css

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

 a { background-color: rgb(75,189,101); }

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

border-color css

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

 span { border-color: rgb(75,189,101); }

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