Html Css Color HEX #BDE150 Conifer

📋 copy color: '#BDE150'

red 189 ◦ green 225 ◦ blue 80

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

Shades of Conifer #BDE150

Tints of Conifer #BDE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

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

R = 38.26%
G = 45.55%
B = 16.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#BDE150 (or 0xBDE150) is known color: Conifer. HEX triplet: BD, E1 and 50. RGB value is (189,225,80). Sum of RGB (Red+Green+Blue) = 189+225+80=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE150 is #421EAF. Grayscale: #C6C6C6. Windows color (decimal): -4333232 or 5300669. OLE color: 5300669.

HSL color Cylindrical-coordinate representation of color #BDE150: hue angle of 74.9º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BDE150 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 225 80 -
CMYK 0.16 0 0.64 0.12
HSL 74.9º 0.71% 0.6% -
HSV(B) 74.9º 0.64% 0.88% -
XYZ 49.36 65.25 17.58 -
YUV 197.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 189 225 80 0.16 0 0.64 0.12 74.9 0.71 0.6
Hex BD E1 50 10 0 40 C 4B 47 3C
Octal 275 341 120 20 0 100 14 113 107 74
Binary 10111101 11100001 1010000 10000 0 1000000 1100 1001011 1000111 111100

Color Harmonies of #BDE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE150

Black with #BDE150

Text Example


Text Example

White with #BDE150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE150; }

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

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

background-color css

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

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

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

border-color css

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

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

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