Html Css Color HEX #BEFF5F Conifer

📋 copy color: '#BEFF5F'

red 190 ◦ green 255 ◦ blue 95

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

Shades of Conifer #BEFF5F

Tints of Conifer #BEFF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 47.22%

 BLUE value IS 95 (37.5% from 255) = 17.59%

R = 35.19%
G = 47.22%
B = 17.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#BEFF5F (or 0xBEFF5F) is known color: Conifer. HEX triplet: BE, FF and 5F. RGB value is (190,255,95). Sum of RGB (Red+Green+Blue) = 190+255+95=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF5F is #4100A0. Grayscale: #D9D9D9. Windows color (decimal): -4260001 or 6291390. OLE color: 6291390.

HSL color Cylindrical-coordinate representation of color #BEFF5F: hue angle of 84.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEFF5F is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 95 -
CMYK 0.25 0 0.63 0
HSL 84.38º 1% 0.69% -
HSV(B) 84.38º 0.63% 1% -
XYZ 59.06 83.29 23.79 -
YUV 217.33 58.97 108.51 -
System Red Green Blue C M Y K H S L
Decimal 190 255 95 0.25 0 0.63 0 84.38 1 0.69
Hex BE FF 5F 19 0 3F 0 54 64 45
Octal 276 377 137 31 0 77 0 124 144 105
Binary 10111110 11111111 1011111 11001 0 111111 0 1010100 1100100 1000101

Color Harmonies of #BEFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF5F

Black with #BEFF5F

Text Example


Text Example

White with #BEFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF5F; }

 p { color: rgb(190,255,95); }

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

background-color css

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

 a { background-color: rgb(190,255,95); }

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

border-color css

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

 span { border-color: rgb(190,255,95); }

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