Html Css Color HEX #4BBC0C Kelly Green

📋 copy color: '#4BBC0C'

red 75 ◦ green 188 ◦ blue 12

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

Shades of Kelly Green #4BBC0C

Tints of Kelly Green #4BBC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 27.27%
G = 68.36%
B = 4.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#4BBC0C (or 0x4BBC0C) is known color: Kelly Green. HEX triplet: 4B, BC and 0C. RGB value is (75,188,12). Sum of RGB (Red+Green+Blue) = 75+188+12=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BBC0C is #B443F3. Grayscale: #868686. Windows color (decimal): -11813876 or 834635. OLE color: 834635.

HSL color Cylindrical-coordinate representation of color #4BBC0C: hue angle of 98.52º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BBC0C is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 75 188 12 -
CMYK 0.60 0 0.94 0.26
HSL 98.52º 0.88% 0.39% -
HSV(B) 98.52º 0.94% 0.74% -
XYZ 20.95 37.49 6.48 -
YUV 134.15 59.06 85.81 -
System Red Green Blue C M Y K H S L
Decimal 75 188 12 0.60 0 0.94 0.26 98.52 0.88 0.39
Hex 4B BC C 3C 0 5E 1A 63 58 27
Octal 113 274 14 74 0 136 32 143 130 47
Binary 1001011 10111100 1100 111100 0 1011110 11010 1100011 1011000 100111

Color Harmonies of #4BBC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BBC0C

Black with #4BBC0C

Text Example


Text Example

White with #4BBC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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