Html Css Color HEX #BEF260 Conifer

📋 copy color: '#BEF260'

red 190 ◦ green 242 ◦ blue 96

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

Shades of Conifer #BEF260

Tints of Conifer #BEF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.83%

 BLUE value IS 96 (37.89% from 255) = 18.18%

R = 35.98%
G = 45.83%
B = 18.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#BEF260 (or 0xBEF260) is known color: Conifer. HEX triplet: BE, F2 and 60. RGB value is (190,242,96). Sum of RGB (Red+Green+Blue) = 190+242+96=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF260 is #410D9F. Grayscale: #D2D2D2. Windows color (decimal): -4263328 or 6353598. OLE color: 6353598.

HSL color Cylindrical-coordinate representation of color #BEF260: hue angle of 81.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BEF260 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 96 -
CMYK 0.21 0 0.60 0.05
HSL 81.37º 0.85% 0.66% -
HSV(B) 81.37º 0.6% 0.95% -
XYZ 55.1 75.3 22.7 -
YUV 209.81 63.77 113.87 -
System Red Green Blue C M Y K H S L
Decimal 190 242 96 0.21 0 0.60 0.05 81.37 0.85 0.66
Hex BE F2 60 15 0 3C 5 51 55 42
Octal 276 362 140 25 0 74 5 121 125 102
Binary 10111110 11110010 1100000 10101 0 111100 101 1010001 1010101 1000010

Color Harmonies of #BEF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF260

Black with #BEF260

Text Example


Text Example

White with #BEF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF260; }

 p { color: rgb(190,242,96); }

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

background-color css

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

 a { background-color: rgb(190,242,96); }

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

border-color css

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

 span { border-color: rgb(190,242,96); }

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