Html Css Color HEX #BEE14A Conifer

📋 copy color: '#BEE14A'

red 190 ◦ green 225 ◦ blue 74

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

Shades of Conifer #BEE14A

Tints of Conifer #BEE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.13%

R = 38.85%
G = 46.01%
B = 15.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#BEE14A (or 0xBEE14A) is known color: Conifer. HEX triplet: BE, E1 and 4A. RGB value is (190,225,74). Sum of RGB (Red+Green+Blue) = 190+225+74=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE14A is #411EB5. Grayscale: #C5C5C5. Windows color (decimal): -4267702 or 4907454. OLE color: 4907454.

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

Color convert

RGB 190 225 74 -
CMYK 0.16 0 0.67 0.12
HSL 73.91º 0.72% 0.59% -
HSV(B) 73.91º 0.67% 0.88% -
XYZ 49.4 65.29 16.48 -
YUV 197.32 58.4 122.78 -
System Red Green Blue C M Y K H S L
Decimal 190 225 74 0.16 0 0.67 0.12 73.91 0.72 0.59
Hex BE E1 4A 10 0 43 C 4A 48 3B
Octal 276 341 112 20 0 103 14 112 110 73
Binary 10111110 11100001 1001010 10000 0 1000011 1100 1001010 1001000 111011

Color Harmonies of #BEE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE14A

Black with #BEE14A

Text Example


Text Example

White with #BEE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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