Html Css Color HEX #4CBF12 Kelly Green

📋 copy color: '#4CBF12'

red 76 ◦ green 191 ◦ blue 18

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

Shades of Kelly Green #4CBF12

Tints of Kelly Green #4CBF12

RGB

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

 GREEN value IS 191 (75% from 255) = 67.02%

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

R = 26.67%
G = 67.02%
B = 6.32%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#4CBF12 (or 0x4CBF12) is known color: Kelly Green. HEX triplet: 4C, BF and 12. RGB value is (76,191,18). Sum of RGB (Red+Green+Blue) = 76+191+18=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4CBF12 is #B340ED. Grayscale: #898989. Windows color (decimal): -11747566 or 1228620. OLE color: 1228620.

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

Color convert

RGB 76 191 18 -
CMYK 0.60 0 0.91 0.25
HSL 99.88º 0.83% 0.41% -
HSV(B) 99.88º 0.91% 0.75% -
XYZ 21.72 38.84 6.92 -
YUV 136.89 60.9 84.57 -
System Red Green Blue C M Y K H S L
Decimal 76 191 18 0.60 0 0.91 0.25 99.88 0.83 0.41
Hex 4C BF 12 3C 0 5B 19 64 53 29
Octal 114 277 22 74 0 133 31 144 123 51
Binary 1001100 10111111 10010 111100 0 1011011 11001 1100100 1010011 101001

Color Harmonies of #4CBF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CBF12

Black with #4CBF12

Text Example


Text Example

White with #4CBF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,191,18); }

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

background-color css

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

 a { background-color: rgb(76,191,18); }

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

border-color css

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

 span { border-color: rgb(76,191,18); }

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