Html Css Color HEX #BDE550 Conifer

📋 copy color: '#BDE550'

red 189 ◦ green 229 ◦ blue 80

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

Shades of Conifer #BDE550

Tints of Conifer #BDE550

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.98%

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

R = 37.95%
G = 45.98%
B = 16.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#BDE550 (or 0xBDE550) is known color: Conifer. HEX triplet: BD, E5 and 50. RGB value is (189,229,80). Sum of RGB (Red+Green+Blue) = 189+229+80=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 229 (89.84% from 255 or 45.98% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE550 is #421AAF. Grayscale: #C8C8C8. Windows color (decimal): -4332208 or 5301693. OLE color: 5301693.

HSL color Cylindrical-coordinate representation of color #BDE550: hue angle of 76.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE550 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 80 -
CMYK 0.17 0 0.65 0.10
HSL 76.11º 0.74% 0.61% -
HSV(B) 76.11º 0.65% 0.9% -
XYZ 50.45 67.44 17.95 -
YUV 200.05 60.25 120.12 -
System Red Green Blue C M Y K H S L
Decimal 189 229 80 0.17 0 0.65 0.10 76.11 0.74 0.61
Hex BD E5 50 11 0 41 A 4C 4A 3D
Octal 275 345 120 21 0 101 12 114 112 75
Binary 10111101 11100101 1010000 10001 0 1000001 1010 1001100 1001010 111101

Color Harmonies of #BDE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE550

Black with #BDE550

Text Example


Text Example

White with #BDE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE550; }

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

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

background-color css

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

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

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

border-color css

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

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

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