Html Css Color HEX #BDE250 Conifer

📋 copy color: '#BDE250'

red 189 ◦ green 226 ◦ blue 80

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

Shades of Conifer #BDE250

Tints of Conifer #BDE250

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.66%

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

R = 38.18%
G = 45.66%
B = 16.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#BDE250 (or 0xBDE250) is known color: Conifer. HEX triplet: BD, E2 and 50. RGB value is (189,226,80). Sum of RGB (Red+Green+Blue) = 189+226+80=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE250 is #421DAF. Grayscale: #C6C6C6. Windows color (decimal): -4332976 or 5300925. OLE color: 5300925.

HSL color Cylindrical-coordinate representation of color #BDE250: hue angle of 75.21º 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 #BDE250 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 189 226 80 -
CMYK 0.16 0 0.65 0.11
HSL 75.21º 0.72% 0.6% -
HSV(B) 75.21º 0.65% 0.89% -
XYZ 49.63 65.79 17.67 -
YUV 198.29 61.24 121.37 -
System Red Green Blue C M Y K H S L
Decimal 189 226 80 0.16 0 0.65 0.11 75.21 0.72 0.6
Hex BD E2 50 10 0 41 B 4B 48 3C
Octal 275 342 120 20 0 101 13 113 110 74
Binary 10111101 11100010 1010000 10000 0 1000001 1011 1001011 1001000 111100

Color Harmonies of #BDE250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE250

Black with #BDE250

Text Example


Text Example

White with #BDE250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE250; }

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

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

background-color css

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

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

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

border-color css

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

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

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