Html Css Color HEX #BDE350 Conifer

📋 copy color: '#BDE350'

red 189 ◦ green 227 ◦ blue 80

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

Shades of Conifer #BDE350

Tints of Conifer #BDE350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.77%

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

R = 38.1%
G = 45.77%
B = 16.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#BDE350 (or 0xBDE350) is known color: Conifer. HEX triplet: BD, E3 and 50. RGB value is (189,227,80). Sum of RGB (Red+Green+Blue) = 189+227+80=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE350 is #421CAF. Grayscale: #C7C7C7. Windows color (decimal): -4332720 or 5301181. OLE color: 5301181.

HSL color Cylindrical-coordinate representation of color #BDE350: hue angle of 75.51º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE350 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 227 80 -
CMYK 0.17 0 0.65 0.11
HSL 75.51º 0.72% 0.6% -
HSV(B) 75.51º 0.65% 0.89% -
XYZ 49.9 66.34 17.76 -
YUV 198.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 189 227 80 0.17 0 0.65 0.11 75.51 0.72 0.6
Hex BD E3 50 11 0 41 B 4C 48 3C
Octal 275 343 120 21 0 101 13 114 110 74
Binary 10111101 11100011 1010000 10001 0 1000001 1011 1001100 1001000 111100

Color Harmonies of #BDE350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE350

Black with #BDE350

Text Example


Text Example

White with #BDE350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE350; }

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

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

background-color css

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

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

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

border-color css

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

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

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