Html Css Color HEX #BEF555 Conifer

📋 copy color: '#BEF555'

red 190 ◦ green 245 ◦ blue 85

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

Shades of Conifer #BEF555

Tints of Conifer #BEF555

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.12%

 BLUE value IS 85 (33.59% from 255) = 16.35%

R = 36.54%
G = 47.12%
B = 16.35%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#BEF555 (or 0xBEF555) is known color: Conifer. HEX triplet: BE, F5 and 55. RGB value is (190,245,85). Sum of RGB (Red+Green+Blue) = 190+245+85=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 85 (33.59% from 255 or 16.35% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF555 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF555 is #410AAA. Grayscale: #D2D2D2. Windows color (decimal): -4262571 or 5633470. OLE color: 5633470.

HSL color Cylindrical-coordinate representation of color #BEF555: hue angle of 80.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEF555 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 245 85 -
CMYK 0.22 0 0.65 0.04
HSL 80.63º 0.89% 0.65% -
HSV(B) 80.63º 0.65% 0.96% -
XYZ 55.53 76.91 20.51 -
YUV 210.32 57.28 113.51 -
System Red Green Blue C M Y K H S L
Decimal 190 245 85 0.22 0 0.65 0.04 80.63 0.89 0.65
Hex BE F5 55 16 0 41 4 51 59 41
Octal 276 365 125 26 0 101 4 121 131 101
Binary 10111110 11110101 1010101 10110 0 1000001 100 1010001 1011001 1000001

Color Harmonies of #BEF555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF555

Black with #BEF555

Text Example


Text Example

White with #BEF555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF555; }

 p { color: rgb(190,245,85); }

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

background-color css

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

 a { background-color: rgb(190,245,85); }

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

border-color css

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

 span { border-color: rgb(190,245,85); }

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