Html Css Color HEX #BDFE50 Conifer

📋 copy color: '#BDFE50'

red 189 ◦ green 254 ◦ blue 80

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

Shades of Conifer #BDFE50

Tints of Conifer #BDFE50

RGB

 RED value IS 189 (74.22% from 255) = 36.14%

 GREEN value IS 254 (99.61% from 255) = 48.57%

 BLUE value IS 80 (31.64% from 255) = 15.3%

R = 36.14%
G = 48.57%
B = 15.3%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#BDFE50 (or 0xBDFE50) is known color: Conifer. HEX triplet: BD, FE and 50. RGB value is (189,254,80). Sum of RGB (Red+Green+Blue) = 189+254+80=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE50 is #4201AF. Grayscale: #D7D7D7. Windows color (decimal): -4325808 or 5308093. OLE color: 5308093.

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

Color convert

RGB 189 254 80 -
CMYK 0.26 0 0.69 0.00
HSL 82.41º 0.99% 0.65% -
HSV(B) 82.41º 0.69% 1% -
XYZ 57.88 82.28 20.42 -
YUV 214.73 51.97 109.65 -
System Red Green Blue C M Y K H S L
Decimal 189 254 80 0.26 0 0.69 0.00 82.41 0.99 0.65
Hex BD FE 50 1A 0 45 0 52 63 41
Octal 275 376 120 32 0 105 0 122 143 101
Binary 10111101 11111110 1010000 11010 0 1000101 0 1010010 1100011 1000001

Color Harmonies of #BDFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE50

Black with #BDFE50

Text Example


Text Example

White with #BDFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE50; }

 p { color: rgb(189,254,80); }

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

background-color css

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

 a { background-color: rgb(189,254,80); }

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

border-color css

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

 span { border-color: rgb(189,254,80); }

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