Html Css Color HEX #BDE545 Conifer

📋 copy color: '#BDE545'

red 189 ◦ green 229 ◦ blue 69

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

Shades of Conifer #BDE545

Tints of Conifer #BDE545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 38.81%
G = 47.02%
B = 14.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#BDE545 (or 0xBDE545) is known color: Conifer. HEX triplet: BD, E5 and 45. RGB value is (189,229,69). Sum of RGB (Red+Green+Blue) = 189+229+69=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE545 is #421ABA. Grayscale: #C7C7C7. Windows color (decimal): -4332219 or 4580797. OLE color: 4580797.

HSL color Cylindrical-coordinate representation of color #BDE545: hue angle of 75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDE545 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 229 69 -
CMYK 0.17 0 0.70 0.10
HSL 75º 0.75% 0.58% -
HSV(B) 75º 0.7% 0.9% -
XYZ 50.08 67.29 15.98 -
YUV 198.8 54.75 121.01 -
System Red Green Blue C M Y K H S L
Decimal 189 229 69 0.17 0 0.70 0.10 75 0.75 0.58
Hex BD E5 45 11 0 46 A 4B 4B 3A
Octal 275 345 105 21 0 106 12 113 113 72
Binary 10111101 11100101 1000101 10001 0 1000110 1010 1001011 1001011 111010

Color Harmonies of #BDE545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE545

Black with #BDE545

Text Example


Text Example

White with #BDE545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE545; }

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

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

background-color css

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

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

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

border-color css

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

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

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