Html Css Color HEX #4BCD12 Kelly Green

📋 copy color: '#4BCD12'

red 75 ◦ green 205 ◦ blue 18

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

Shades of Kelly Green #4BCD12

Tints of Kelly Green #4BCD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 68.79%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 25.17%
G = 68.79%
B = 6.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#4BCD12 (or 0x4BCD12) is known color: Kelly Green. HEX triplet: 4B, CD and 12. RGB value is (75,205,18). Sum of RGB (Red+Green+Blue) = 75+205+18=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 205 (80.47% from 255 or 68.79% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCD12 is #B432ED. Grayscale: #919191. Windows color (decimal): -11809518 or 1232203. OLE color: 1232203.

HSL color Cylindrical-coordinate representation of color #4BCD12: hue angle of 101.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4BCD12 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 18 -
CMYK 0.63 0 0.91 0.20
HSL 101.71º 0.84% 0.44% -
HSV(B) 101.71º 0.91% 0.8% -
XYZ 24.84 45.2 7.99 -
YUV 144.81 56.43 78.21 -
System Red Green Blue C M Y K H S L
Decimal 75 205 18 0.63 0 0.91 0.20 101.71 0.84 0.44
Hex 4B CD 12 3F 0 5B 14 66 54 2C
Octal 113 315 22 77 0 133 24 146 124 54
Binary 1001011 11001101 10010 111111 0 1011011 10100 1100110 1010100 101100

Color Harmonies of #4BCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD12

Black with #4BCD12

Text Example


Text Example

White with #4BCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,18); }

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

background-color css

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

 a { background-color: rgb(75,205,18); }

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

border-color css

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

 span { border-color: rgb(75,205,18); }

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