Html Css Color HEX #BEF242 Conifer

📋 copy color: '#BEF242'

red 190 ◦ green 242 ◦ blue 66

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

Shades of Conifer #BEF242

Tints of Conifer #BEF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.25%

R = 38.15%
G = 48.59%
B = 13.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BEF242 (or 0xBEF242) is known color: Conifer. HEX triplet: BE, F2 and 42. RGB value is (190,242,66). Sum of RGB (Red+Green+Blue) = 190+242+66=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF242 is #410DBD. Grayscale: #CFCFCF. Windows color (decimal): -4263358 or 4387518. OLE color: 4387518.

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

Color convert

RGB 190 242 66 -
CMYK 0.21 0 0.73 0.05
HSL 77.73º 0.87% 0.6% -
HSV(B) 77.73º 0.73% 0.95% -
XYZ 53.97 74.84 16.76 -
YUV 206.39 48.77 116.31 -
System Red Green Blue C M Y K H S L
Decimal 190 242 66 0.21 0 0.73 0.05 77.73 0.87 0.6
Hex BE F2 42 15 0 49 5 4E 57 3C
Octal 276 362 102 25 0 111 5 116 127 74
Binary 10111110 11110010 1000010 10101 0 1001001 101 1001110 1010111 111100

Color Harmonies of #BEF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF242

Black with #BEF242

Text Example


Text Example

White with #BEF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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