Html Css Color HEX #BEFC55 Conifer

📋 copy color: '#BEFC55'

red 190 ◦ green 252 ◦ blue 85

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

Shades of Conifer #BEFC55

Tints of Conifer #BEFC55

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.82%

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

R = 36.05%
G = 47.82%
B = 16.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#BEFC55 (or 0xBEFC55) is known color: Conifer. HEX triplet: BE, FC and 55. RGB value is (190,252,85). Sum of RGB (Red+Green+Blue) = 190+252+85=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC55 is #4103AA. Grayscale: #D7D7D7. Windows color (decimal): -4260779 or 5635262. OLE color: 5635262.

HSL color Cylindrical-coordinate representation of color #BEFC55: hue angle of 82.28º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEFC55 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 85 -
CMYK 0.25 0 0.66 0.01
HSL 82.28º 0.97% 0.66% -
HSV(B) 82.28º 0.66% 0.99% -
XYZ 57.69 81.22 21.23 -
YUV 214.42 54.96 110.58 -
System Red Green Blue C M Y K H S L
Decimal 190 252 85 0.25 0 0.66 0.01 82.28 0.97 0.66
Hex BE FC 55 19 0 42 1 52 61 42
Octal 276 374 125 31 0 102 1 122 141 102
Binary 10111110 11111100 1010101 11001 0 1000010 1 1010010 1100001 1000010

Color Harmonies of #BEFC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC55

Black with #BEFC55

Text Example


Text Example

White with #BEFC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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