Html Css Color HEX #BEFA55 Conifer

📋 copy color: '#BEFA55'

red 190 ◦ green 250 ◦ blue 85

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

Shades of Conifer #BEFA55

Tints of Conifer #BEFA55

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.62%

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

R = 36.19%
G = 47.62%
B = 16.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#BEFA55 (or 0xBEFA55) is known color: Conifer. HEX triplet: BE, FA and 55. RGB value is (190,250,85). Sum of RGB (Red+Green+Blue) = 190+250+85=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 85 (33.59% from 255 or 16.19% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA55 is #4105AA. Grayscale: #D5D5D5. Windows color (decimal): -4261291 or 5634750. OLE color: 5634750.

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

Color convert

RGB 190 250 85 -
CMYK 0.24 0 0.66 0.02
HSL 81.82º 0.94% 0.66% -
HSV(B) 81.82º 0.66% 0.98% -
XYZ 57.06 79.97 21.02 -
YUV 213.25 55.62 111.42 -
System Red Green Blue C M Y K H S L
Decimal 190 250 85 0.24 0 0.66 0.02 81.82 0.94 0.66
Hex BE FA 55 18 0 42 2 52 5E 42
Octal 276 372 125 30 0 102 2 122 136 102
Binary 10111110 11111010 1010101 11000 0 1000010 10 1010010 1011110 1000010

Color Harmonies of #BEFA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA55

Black with #BEFA55

Text Example


Text Example

White with #BEFA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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