Html Css Color HEX #4BAF1F Kelly Green

📋 copy color: '#4BAF1F'

red 75 ◦ green 175 ◦ blue 31

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

Shades of Kelly Green #4BAF1F

Tints of Kelly Green #4BAF1F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.28%

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 26.69%
G = 62.28%
B = 11.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#4BAF1F (or 0x4BAF1F) is known color: Kelly Green. HEX triplet: 4B, AF and 1F. RGB value is (75,175,31). Sum of RGB (Red+Green+Blue) = 75+175+31=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #4BAF1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BAF1F is #B450E0. Grayscale: #818181. Windows color (decimal): -11817185 or 2076491. OLE color: 2076491.

HSL color Cylindrical-coordinate representation of color #4BAF1F: hue angle of 101.67º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4BAF1F is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 75 175 31 -
CMYK 0.57 0 0.82 0.31
HSL 101.67º 0.7% 0.4% -
HSV(B) 101.67º 0.82% 0.69% -
XYZ 18.48 32.25 6.55 -
YUV 128.68 72.87 89.71 -
System Red Green Blue C M Y K H S L
Decimal 75 175 31 0.57 0 0.82 0.31 101.67 0.7 0.4
Hex 4B AF 1F 39 0 52 1F 66 46 28
Octal 113 257 37 71 0 122 37 146 106 50
Binary 1001011 10101111 11111 111001 0 1010010 11111 1100110 1000110 101000

Color Harmonies of #4BAF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAF1F

Black with #4BAF1F

Text Example


Text Example

White with #4BAF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,175,31); }

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

background-color css

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

 a { background-color: rgb(75,175,31); }

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

border-color css

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

 span { border-color: rgb(75,175,31); }

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