Html Css Color HEX #BEE14E Conifer

📋 copy color: '#BEE14E'

red 190 ◦ green 225 ◦ blue 78

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

Shades of Conifer #BEE14E

Tints of Conifer #BEE14E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.82%

R = 38.54%
G = 45.64%
B = 15.82%

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

#BEE14E (or 0xBEE14E) is known color: Conifer. HEX triplet: BE, E1 and 4E. RGB value is (190,225,78). Sum of RGB (Red+Green+Blue) = 190+225+78=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE14E is #411EB1. Grayscale: #C6C6C6. Windows color (decimal): -4267698 or 5169598. OLE color: 5169598.

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

Color convert

RGB 190 225 78 -
CMYK 0.16 0 0.65 0.12
HSL 74.29º 0.71% 0.59% -
HSV(B) 74.29º 0.65% 0.88% -
XYZ 49.54 65.35 17.21 -
YUV 197.78 60.4 122.45 -
System Red Green Blue C M Y K H S L
Decimal 190 225 78 0.16 0 0.65 0.12 74.29 0.71 0.59
Hex BE E1 4E 10 0 41 C 4A 47 3B
Octal 276 341 116 20 0 101 14 112 107 73
Binary 10111110 11100001 1001110 10000 0 1000001 1100 1001010 1000111 111011

Color Harmonies of #BEE14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE14E

Black with #BEE14E

Text Example


Text Example

White with #BEE14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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