Html Css Color HEX #BEE14B Conifer

📋 copy color: '#BEE14B'

red 190 ◦ green 225 ◦ blue 75

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

Shades of Conifer #BEE14B

Tints of Conifer #BEE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.31%

R = 38.78%
G = 45.92%
B = 15.31%

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

#BEE14B (or 0xBEE14B) is known color: Conifer. HEX triplet: BE, E1 and 4B. RGB value is (190,225,75). Sum of RGB (Red+Green+Blue) = 190+225+75=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 225 (88.28% from 255 or 45.92% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE14B is #411EB4. Grayscale: #C6C6C6. Windows color (decimal): -4267701 or 4972990. OLE color: 4972990.

HSL color Cylindrical-coordinate representation of color #BEE14B: hue angle of 74º degrees, saturation: 0.71, 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 #BEE14B is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 75 -
CMYK 0.16 0 0.67 0.12
HSL 74º 0.71% 0.59% -
HSV(B) 74º 0.67% 0.88% -
XYZ 49.43 65.31 16.66 -
YUV 197.44 58.9 122.7 -
System Red Green Blue C M Y K H S L
Decimal 190 225 75 0.16 0 0.67 0.12 74 0.71 0.59
Hex BE E1 4B 10 0 43 C 4A 47 3B
Octal 276 341 113 20 0 103 14 112 107 73
Binary 10111110 11100001 1001011 10000 0 1000011 1100 1001010 1000111 111011

Color Harmonies of #BEE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE14B

Black with #BEE14B

Text Example


Text Example

White with #BEE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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