Html Css Color HEX #4BCD0F Kelly Green

📋 copy color: '#4BCD0F'

red 75 ◦ green 205 ◦ blue 15

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

Shades of Kelly Green #4BCD0F

Tints of Kelly Green #4BCD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.08%

R = 25.42%
G = 69.49%
B = 5.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#4BCD0F (or 0x4BCD0F) is known color: Kelly Green. HEX triplet: 4B, CD and 0F. RGB value is (75,205,15). Sum of RGB (Red+Green+Blue) = 75+205+15=295 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.42% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4BCD0F is #B432F0. Grayscale: #919191. Windows color (decimal): -11809521 or 1035595. OLE color: 1035595.

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

Color convert

RGB 75 205 15 -
CMYK 0.63 0 0.93 0.20
HSL 101.05º 0.86% 0.43% -
HSV(B) 101.05º 0.93% 0.8% -
XYZ 24.82 45.19 7.87 -
YUV 144.47 54.93 78.45 -
System Red Green Blue C M Y K H S L
Decimal 75 205 15 0.63 0 0.93 0.20 101.05 0.86 0.43
Hex 4B CD F 3F 0 5D 14 65 56 2B
Octal 113 315 17 77 0 135 24 145 126 53
Binary 1001011 11001101 1111 111111 0 1011101 10100 1100101 1010110 101011

Color Harmonies of #4BCD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD0F

Black with #4BCD0F

Text Example


Text Example

White with #4BCD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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