Html Css Color HEX #BEE14F Conifer

📋 copy color: '#BEE14F'

red 190 ◦ green 225 ◦ blue 79

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

Shades of Conifer #BEE14F

Tints of Conifer #BEE14F

RGB

 RED value IS 190 (74.61% from 255) = 38.46%

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 38.46%
G = 45.55%
B = 15.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#BEE14F (or 0xBEE14F) is known color: Conifer. HEX triplet: BE, E1 and 4F. RGB value is (190,225,79). Sum of RGB (Red+Green+Blue) = 190+225+79=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE14F is #411EB0. Grayscale: #C6C6C6. Windows color (decimal): -4267697 or 5235134. OLE color: 5235134.

HSL color Cylindrical-coordinate representation of color #BEE14F: hue angle of 74.38º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEE14F is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 79 -
CMYK 0.16 0 0.65 0.12
HSL 74.38º 0.71% 0.6% -
HSV(B) 74.38º 0.65% 0.88% -
XYZ 49.57 65.36 17.4 -
YUV 197.89 60.9 122.37 -
System Red Green Blue C M Y K H S L
Decimal 190 225 79 0.16 0 0.65 0.12 74.38 0.71 0.6
Hex BE E1 4F 10 0 41 C 4A 47 3C
Octal 276 341 117 20 0 101 14 112 107 74
Binary 10111110 11100001 1001111 10000 0 1000001 1100 1001010 1000111 111100

Color Harmonies of #BEE14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE14F

Black with #BEE14F

Text Example


Text Example

White with #BEE14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE14F; }

 p { color: rgb(190,225,79); }

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

background-color css

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

 a { background-color: rgb(190,225,79); }

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

border-color css

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

 span { border-color: rgb(190,225,79); }

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