Html Css Color HEX #BDF750 Conifer

📋 copy color: '#BDF750'

red 189 ◦ green 247 ◦ blue 80

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

Shades of Conifer #BDF750

Tints of Conifer #BDF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.87%

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

R = 36.63%
G = 47.87%
B = 15.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#BDF750 (or 0xBDF750) is known color: Conifer. HEX triplet: BD, F7 and 50. RGB value is (189,247,80). Sum of RGB (Red+Green+Blue) = 189+247+80=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF750 is #4208AF. Grayscale: #D3D3D3. Windows color (decimal): -4327600 or 5306301. OLE color: 5306301.

HSL color Cylindrical-coordinate representation of color #BDF750: hue angle of 80.84º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDF750 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 80 -
CMYK 0.23 0 0.68 0.03
HSL 80.84º 0.91% 0.64% -
HSV(B) 80.84º 0.68% 0.97% -
XYZ 55.7 77.92 19.69 -
YUV 210.62 54.28 112.58 -
System Red Green Blue C M Y K H S L
Decimal 189 247 80 0.23 0 0.68 0.03 80.84 0.91 0.64
Hex BD F7 50 17 0 44 3 51 5B 40
Octal 275 367 120 27 0 104 3 121 133 100
Binary 10111101 11110111 1010000 10111 0 1000100 11 1010001 1011011 1000000

Color Harmonies of #BDF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF750

Black with #BDF750

Text Example


Text Example

White with #BDF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF750; }

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

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

background-color css

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

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

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

border-color css

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

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

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