Html Css Color HEX #BDF350 Conifer

📋 copy color: '#BDF350'

red 189 ◦ green 243 ◦ blue 80

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

Shades of Conifer #BDF350

Tints of Conifer #BDF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.46%

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

R = 36.91%
G = 47.46%
B = 15.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BDF350 (or 0xBDF350) is known color: Conifer. HEX triplet: BD, F3 and 50. RGB value is (189,243,80). Sum of RGB (Red+Green+Blue) = 189+243+80=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF350 is #420CAF. Grayscale: #D0D0D0. Windows color (decimal): -4328624 or 5305277. OLE color: 5305277.

HSL color Cylindrical-coordinate representation of color #BDF350: hue angle of 79.88º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDF350 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 80 -
CMYK 0.22 0 0.67 0.05
HSL 79.88º 0.87% 0.63% -
HSV(B) 79.88º 0.67% 0.95% -
XYZ 54.48 75.5 19.29 -
YUV 208.27 55.61 114.25 -
System Red Green Blue C M Y K H S L
Decimal 189 243 80 0.22 0 0.67 0.05 79.88 0.87 0.63
Hex BD F3 50 16 0 43 5 50 57 3F
Octal 275 363 120 26 0 103 5 120 127 77
Binary 10111101 11110011 1010000 10110 0 1000011 101 1010000 1010111 111111

Color Harmonies of #BDF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF350

Black with #BDF350

Text Example


Text Example

White with #BDF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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