Html Css Color HEX #BEFD55 Conifer

📋 copy color: '#BEFD55'

red 190 ◦ green 253 ◦ blue 85

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

Shades of Conifer #BEFD55

Tints of Conifer #BEFD55

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.92%

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

R = 35.98%
G = 47.92%
B = 16.1%

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

#BEFD55 (or 0xBEFD55) is known color: Conifer. HEX triplet: BE, FD and 55. RGB value is (190,253,85). Sum of RGB (Red+Green+Blue) = 190+253+85=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD55 is #4102AA. Grayscale: #D7D7D7. Windows color (decimal): -4260523 or 5635518. OLE color: 5635518.

HSL color Cylindrical-coordinate representation of color #BEFD55: hue angle of 82.5º degrees, saturation: 0.98, 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 #BEFD55 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 253 85 -
CMYK 0.25 0 0.66 0.01
HSL 82.5º 0.98% 0.66% -
HSV(B) 82.5º 0.66% 0.99% -
XYZ 58 81.85 21.34 -
YUV 215.01 54.63 110.16 -
System Red Green Blue C M Y K H S L
Decimal 190 253 85 0.25 0 0.66 0.01 82.5 0.98 0.66
Hex BE FD 55 19 0 42 1 52 62 42
Octal 276 375 125 31 0 102 1 122 142 102
Binary 10111110 11111101 1010101 11001 0 1000010 1 1010010 1100010 1000010

Color Harmonies of #BEFD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFD55

Black with #BEFD55

Text Example


Text Example

White with #BEFD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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