Html Css Color HEX #BEF94A Conifer

📋 copy color: '#BEF94A'

red 190 ◦ green 249 ◦ blue 74

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

Shades of Conifer #BEF94A

Tints of Conifer #BEF94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.54%

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

R = 37.04%
G = 48.54%
B = 14.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#BEF94A (or 0xBEF94A) is known color: Conifer. HEX triplet: BE, F9 and 4A. RGB value is (190,249,74). Sum of RGB (Red+Green+Blue) = 190+249+74=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 74 (29.30% from 255 or 14.42% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF94A is #4106B5. Grayscale: #D4D4D4. Windows color (decimal): -4261558 or 4913598. OLE color: 4913598.

HSL color Cylindrical-coordinate representation of color #BEF94A: hue angle of 80.23º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BEF94A is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 249 74 -
CMYK 0.24 0 0.70 0.02
HSL 80.23º 0.94% 0.63% -
HSV(B) 80.23º 0.7% 0.98% -
XYZ 56.35 79.19 18.79 -
YUV 211.41 50.45 112.73 -
System Red Green Blue C M Y K H S L
Decimal 190 249 74 0.24 0 0.70 0.02 80.23 0.94 0.63
Hex BE F9 4A 18 0 46 2 50 5E 3F
Octal 276 371 112 30 0 106 2 120 136 77
Binary 10111110 11111001 1001010 11000 0 1000110 10 1010000 1011110 111111

Color Harmonies of #BEF94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF94A

Black with #BEF94A

Text Example


Text Example

White with #BEF94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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