Html Css Color HEX #BDF650 Conifer

📋 copy color: '#BDF650'

red 189 ◦ green 246 ◦ blue 80

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

Shades of Conifer #BDF650

Tints of Conifer #BDF650

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.77%

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

R = 36.7%
G = 47.77%
B = 15.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#BDF650 (or 0xBDF650) is known color: Conifer. HEX triplet: BD, F6 and 50. RGB value is (189,246,80). Sum of RGB (Red+Green+Blue) = 189+246+80=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF650 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF650 is #4209AF. Grayscale: #D2D2D2. Windows color (decimal): -4327856 or 5306045. OLE color: 5306045.

HSL color Cylindrical-coordinate representation of color #BDF650: hue angle of 80.6º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF650 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 80 -
CMYK 0.23 0 0.67 0.04
HSL 80.6º 0.9% 0.64% -
HSV(B) 80.6º 0.67% 0.96% -
XYZ 55.39 77.31 19.59 -
YUV 210.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 189 246 80 0.23 0 0.67 0.04 80.6 0.9 0.64
Hex BD F6 50 17 0 43 4 51 5A 40
Octal 275 366 120 27 0 103 4 121 132 100
Binary 10111101 11110110 1010000 10111 0 1000011 100 1010001 1011010 1000000

Color Harmonies of #BDF650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF650

Black with #BDF650

Text Example


Text Example

White with #BDF650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF650; }

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

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

background-color css

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

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

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

border-color css

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

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

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